Skip to content

Commit

Permalink
UPLOADTOOL_SUFFIX for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
cipres authored and cipres committed Jun 29, 2020
1 parent 8bf0388 commit f798d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/upload-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f798d25

Please sign in to comment.