Fix layering of the riot-web tests pipeline
This commit is contained in:
parent
4e018905fc
commit
62b1dd77a6
4 changed files with 37 additions and 10 deletions
|
@ -17,7 +17,7 @@ clone() {
|
|||
if [ -n "$branch" ]
|
||||
then
|
||||
echo "Trying to use $org/$repo#$branch"
|
||||
git clone git://github.com/$org/$repo.git $repo --branch "$branch" && exit 0
|
||||
git clone git://github.com/$org/$repo.git $repo --branch "$branch" --depth=1 && exit 0
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue