Skip to content

Commit

Permalink
Testing tag autopushing
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Oct 13, 2016
1 parent 0a48e5f commit 7dcf24c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,20 @@ deployment:
feature:
branch: 8.x-1.x
commands:
# Make sure the full history from GitHub is present. If it is not,
# the push to drupal.org will fail.
- git fetch --unshallow
- git remote add drupalorg [email protected]:project/search_api_pantheon.git
- git fetch drupalorg
- git push drupalorg $CIRCLE_BRANCH
deployment:
release:
tag: /8.x-*/
owner: pantheon-systems
commands:
# Make sure the full history from GitHub is present. If it is not,
# the push to drupal.org will fail.
- git fetch --unshallow
- git push drupalorg $CIRCLE_BRANCH
- git remote add drupalorg [email protected]:project/search_api_pantheon.git
- git fetch drupalorg
- git push drupalorg --tags

0 comments on commit 7dcf24c

Please sign in to comment.