Skip to content
Snippets Groups Projects
Commit e75b70eb authored by René Fritze's avatar René Fritze
Browse files

[travis] fixup upload script

parent 178435cc
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ set -u
set -x
BRANCH=${TRAVIS_BRANCH}
if [ x${TRAVIS_PULL_REQUEST} -ne xfalse ] ; then
if [ "x${TRAVIS_PULL_REQUEST}" -ne "xfalse" ] ; then
BRANCH=PR_${TRAVIS_PULL_REQUEST}_to_${TRAVIS_BRANCH}
fi
cd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment