mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
Remove depth=1 otherwise we won't find the branch
This commit is contained in:
parent
77cd9d78db
commit
c5a873c316
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue