mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix sed
This commit is contained in:
parent
183947615f
commit
82349ec933
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user