mirror of https://github.com/vector-im/riot-web
Add returns to fetch-develop-deps
These look necessary for https://github.com/vector-im/riot-web/pull/8225 to work - the build is failing on jenkinspull/8233/head
parent
91c037e578
commit
a28691f14d
|
@ -27,7 +27,9 @@ function clone() {
|
|||
echo "Trying to use $org/$repo#$branch"
|
||||
git clone https://github.com/$org/$repo.git $repo --branch $branch \
|
||||
"${GIT_CLONE_ARGS[@]}"
|
||||
return $?
|
||||
fi
|
||||
return 1
|
||||
}
|
||||
|
||||
function dodep() {
|
||||
|
|
Loading…
Reference in New Issue