actually substitute

This commit is contained in:
David Baker 2015-02-04 18:35:56 +00:00
parent 63c60cfa7e
commit 4c0633b47f

View file

@ -17,7 +17,7 @@ vars=""
if [ -n "$GIT_BRANCH" ]
then
vars="$vars GIT_BRANCH=`echo $GIT_BRANCH | sed -e '#origin\/##'`"
vars="$vars GIT_BRANCH=`echo $GIT_BRANCH | sed -e 's#origin\/##'`"
fi
if [ -n "$BUILD_NUMBER" ]
then