Merge pull request #9222 from jryans/git-proto

Switch to `git` protocol for CI dependencies
pull/9223/head
J. Ryan Stinnett 2019-03-20 20:53:19 +00:00 committed by GitHub
commit 38a24bf4ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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