Remove depth=1 otherwise we won't find the branch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user