Fix if ] character

This commit is contained in:
WithoutPants 2019-11-18 12:54:20 +11:00 committed by GitHub
parent 1f9da15491
commit 9bfa4e7560
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ script:
#- make vet #- make vet
- go test -mod=vendor - go test -mod=vendor
before_deploy: 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}" - export STASH_VERSION="v0.0.0-alpha${TAG_SUFFIX}"
- docker pull stashappdev/compiler - docker pull stashappdev/compiler
- sh ./scripts/cross-compile.sh ${STASH_VERSION} - sh ./scripts/cross-compile.sh ${STASH_VERSION}