mirror of
https://github.com/stashapp/stash.git
synced 2026-04-19 05:23:30 +02:00
Fix missing quote in travis.yml
This commit is contained in:
parent
7f03f48310
commit
561a718674
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ script:
|
|||
#- make vet
|
||||
- go test -mod=vendor
|
||||
before_deploy:
|
||||
- if [ "$TRAVIS_BRANCH" = "develop"]; then export TAG_SUFFIX="_dev; fi
|
||||
- if [ "$TRAVIS_BRANCH" = "develop"]; then export TAG_SUFFIX="_dev"; fi
|
||||
- export STASH_VERSION="v0.0.0-alpha${TAG_SUFFIX}""
|
||||
- docker pull stashappdev/compiler
|
||||
- sh ./scripts/cross-compile.sh ${STASH_VERSION}
|
||||
|
|
@ -44,4 +44,4 @@ deploy:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
- develop
|
||||
|
|
|
|||
Loading…
Reference in a new issue