mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Chop off 'origin/'
when figuring out what branch we're on
This commit is contained in:
parent
d235e2276f
commit
b0486e333d
@ -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=`echo "$curbranch" | sed -e 's/^origin\///'`
|
||||
|
||||
echo "Determined branch to be $curbranch"
|
||||
|
||||
# clone a specific branch of a github repo
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user