mirror of
https://github.com/stashapp/stash.git
synced 2026-05-08 01:29:46 -05:00
Fix extra quote in travis.yml
This commit is contained in:
+1
-1
@@ -19,7 +19,7 @@ script:
|
||||
- go test -mod=vendor
|
||||
before_deploy:
|
||||
- if [ "$TRAVIS_BRANCH" = "develop"]; then export TAG_SUFFIX="_dev"; fi
|
||||
- export STASH_VERSION="v0.0.0-alpha${TAG_SUFFIX}""
|
||||
- export STASH_VERSION="v0.0.0-alpha${TAG_SUFFIX}"
|
||||
- docker pull stashappdev/compiler
|
||||
- sh ./scripts/cross-compile.sh ${STASH_VERSION}
|
||||
- git tag -f ${STASH_VERSION}
|
||||
|
||||
Reference in New Issue
Block a user