mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge remote-tracking branch 'origin/develop' into experimental
This commit is contained in:
commit
fb358d8fd6
@ -25,6 +25,11 @@ else
|
|||||||
fi
|
fi
|
||||||
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"
|
echo "Determined branch to be $curbranch"
|
||||||
|
|
||||||
# clone a specific branch of a github repo
|
# clone a specific branch of a github repo
|
||||||
|
Loading…
Reference in New Issue
Block a user