From fb5867ba599d2f3adb9fb6e6e117a23c9a689969 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Wed, 2 Sep 2020 13:23:17 +1000 Subject: [PATCH] Fix travis script error --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c94da2c44..29d7690ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_deploy: - export RELEASE_DATE=$(date +'%Y-%m-%d %H:%M:%S %Z') - export STASH_VERSION=$(git describe --tags --exclude latest_develop) # set TRAVIS_TAG explcitly to the version so that it doesn't pick up latest_develop -- if [ "$TRAVIS_BRANCH" = "master"]; then export TRAVIS_TAG=${STASH_VERSION}; fi +- if [ "$TRAVIS_BRANCH" = "master" ]; then export TRAVIS_TAG=${STASH_VERSION}; fi deploy: # latest develop release - provider: releases