pull/21833/head
David Baker 2018-05-02 16:43:51 +01:00
parent 183947615f
commit 82349ec933
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ repo="$2"
curbranch="$TRAVIS_PULL_REQUEST_BRANCH"
[ -z "$curbranch" ] && curbranch="$TRAVIS_BRANCH"
[ -z "$curbranch" ] && curbranch=`"$GIT_BRANCH" | sed -e 's/^origin\///'` # jenkins
[ -z "$curbranch" ] && curbranch=`"echo $GIT_BRANCH" | sed -e 's/^origin\///'` # jenkins
if [ -n "$curbranch" ]
then