From 1f9da1549133cc7fb816b560c5e3c22718aca81f Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Mon, 18 Nov 2019 12:34:04 +1100 Subject: [PATCH] Fix extra quote in travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70e7ce63a..f7e2fde10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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}