We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dae8cc commit c9fe094Copy full SHA for c9fe094
eng/common/pipelines/templates/steps/sparse-checkout.yml
@@ -38,8 +38,8 @@ steps:
38
} else {
39
Write-Host "Repository $($repository.Name) is being initialized."
40
41
- Write-Host "git clone --no-checkout --filter=tree:0 git://github.com/$($repository.Name) ."
42
- git clone --no-checkout --filter=tree:0 git://github.com/$($repository.Name) .
+ Write-Host "git clone --no-checkout --filter=tree:0 https://github.com/$($repository.Name) ."
+ git clone --no-checkout --filter=tree:0 https://github.com/$($repository.Name) .
43
44
Write-Host "git sparse-checkout init"
45
git sparse-checkout init
0 commit comments