Merge pull request #9222 from jryans/git-proto

Switch to `git` protocol for CI dependencies
This commit is contained in:
J. Ryan Stinnett
2019-03-20 20:53:19 +00:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ function clone() {
if [ -n "$branch" ]
then
echo "Trying to use $org/$repo#$branch"
git clone https://github.com/$org/$repo.git $repo --branch $branch \
git clone git://github.com/$org/$repo.git $repo --branch $branch \
"${GIT_CLONE_ARGS[@]}"
return $?
fi