mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 12:58:53 +03:00
Merge pull request #4220 from vector-im/dbkr/right_branch_chop_origin
Chop off 'origin/'
This commit is contained in:
commit
9a6e0440f9
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@ else
|
|||
fi
|
||||
fi
|
||||
|
||||
# Chop 'origin' off the start as jenkins ends up using
|
||||
# branches on the origin, but this doesn't work if we
|
||||
# specify the branch when cloning.
|
||||
curbranch=${curbranch#origin/}
|
||||
|
||||
echo "Determined branch to be $curbranch"
|
||||
|
||||
# clone a specific branch of a github repo
|
||||
|
|
Loading…
Reference in a new issue