From 561a7186746d7b8ad2ad4ad47c6b2b0a72e7d69f Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 18 Nov 2019 12:23:32 +1100 Subject: [PATCH] Fix missing quote in travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 604be2ad2..70e7ce63a 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} @@ -44,4 +44,4 @@ deploy: branches: only: - master - - develop \ No newline at end of file + - develop