mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-20 13:11:12 +02:00
Merge pull request #9222 from jryans/git-proto
Switch to `git` protocol for CI dependencies
This commit is contained in:
commit
38a24bf4ce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user