simplfy scripts

Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
This commit is contained in:
Rolf Eike Beer 2019-03-13 21:57:18 +01:00 committed by Dirk Hohndel
parent 41410fe218
commit 0fb66fc91f
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash
if [ ! -z $TRAVIS_BRANCH ] && [ "$TRAVIS_BRANCH" != "master" ] ; then
if [ -n $TRAVIS_BRANCH ] && [ "$TRAVIS_BRANCH" != "master" ] ; then
export UPLOADTOOL_SUFFIX=$TRAVIS_BRANCH
fi