There was an error while loading. Please reload this page.
1 parent 9c55f31 commit 6b98a87Copy full SHA for 6b98a87
1 file changed
wercker.yml
@@ -13,7 +13,7 @@ build:
13
- script:
14
name: output release tag
15
code: |
16
- 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
17
deploy:
18
steps:
19
# reference: https://github.com/motemen/ghq/blob/beee539aead9c3940a0c4706357c5753999f6c85/wercker.yml
0 commit comments