Skip to content

Commit

Permalink
Fix wercker deploy job settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ainoya committed Dec 17, 2014
1 parent 9c55f31 commit 6b98a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build:
- script:
name: output release tag
code: |
git pull --tags && git describe --tags --exact --match 'v*' > $WERCKER_OUTPUT_DIR/.release_tag || true
git describe --tags --exact --match 'v*' > $WERCKER_OUTPUT_DIR/.release_tag || true
deploy:
steps:
# reference: https://github.com/motemen/ghq/blob/beee539aead9c3940a0c4706357c5753999f6c85/wercker.yml
Expand Down

0 comments on commit 6b98a87

Please sign in to comment.