mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Remove depth=1 otherwise we won't find the branch
This commit is contained in:
parent
77cd9d78db
commit
c5a873c316
@ -12,7 +12,7 @@ REACT_SDK_DIR=`pwd`
|
||||
curbranch="${TRAVIS_PULL_REQUEST_BRANCH:-$TRAVIS_BRANCH}"
|
||||
echo "Determined branch to be $curbranch"
|
||||
|
||||
git clone --depth=1 https://github.com/vector-im/riot-web.git \
|
||||
git clone https://github.com/vector-im/riot-web.git \
|
||||
"$RIOT_WEB_DIR"
|
||||
|
||||
git checkout "$curbranch" || git checkout develop
|
||||
|
Loading…
Reference in New Issue
Block a user