Merge pull request #2809 from jryans/git-proto
Switch to `git` protocol for CI dependenciespull/21833/head
						commit
						4c4d4407bf
					
				|  | @ -17,7 +17,7 @@ clone() { | |||
|     if [ -n "$branch" ] | ||||
|     then | ||||
|         echo "Trying to use $org/$repo#$branch" | ||||
|         git clone https://github.com/$org/$repo.git $repo --branch "$branch" && exit 0 | ||||
|         git clone git://github.com/$org/$repo.git $repo --branch "$branch" && exit 0 | ||||
|     fi | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 J. Ryan Stinnett
						J. Ryan Stinnett