Skip to content

Commit 6b98a87

Browse files
committed
Fix wercker deploy job settings
1 parent 9c55f31 commit 6b98a87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
- script:
1414
name: output release tag
1515
code: |
16-
git pull --tags && git describe --tags --exact --match 'v*' > $WERCKER_OUTPUT_DIR/.release_tag || true
16+
git describe --tags --exact --match 'v*' > $WERCKER_OUTPUT_DIR/.release_tag || true
1717
deploy:
1818
steps:
1919
# reference: https://github.com/motemen/ghq/blob/beee539aead9c3940a0c4706357c5753999f6c85/wercker.yml

0 commit comments

Comments
 (0)