From 9bfa4e756058542fc7c6dfb70fa09261acf8443c Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 18 Nov 2019 12:54:20 +1100 Subject: [PATCH] Fix if ] character --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7e2fde10..24b268ece 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}