There was an error while loading. Please reload this page.
1 parent 3831c8c commit f2dda0fCopy full SHA for f2dda0f
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