From f798d2594560412c15239011f16ef848a24b247c Mon Sep 17 00:00:00 2001 From: cipres Date: Mon, 29 Jun 2020 12:44:40 +0200 Subject: [PATCH] UPLOADTOOL_SUFFIX for all branches --- travis/upload-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/upload-images.sh b/travis/upload-images.sh index f7d827ec..6c8a7c12 100644 --- a/travis/upload-images.sh +++ b/travis/upload-images.sh @@ -2,7 +2,7 @@ set -x -if [ ! -z $TRAVIS_BRANCH ] && [ "$TRAVIS_BRANCH" != "master" ] ; then +if [ ! -z $TRAVIS_BRANCH ]; then export UPLOADTOOL_SUFFIX=$TRAVIS_BRANCH fi