Skip to content

Commit c9fe094

Browse files
azure-sdkbenbp
andauthored
Use https for sparse checkout command (Azure#21535)
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
1 parent 2dae8cc commit c9fe094

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/pipelines/templates/steps/sparse-checkout.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ steps:
3838
} else {
3939
Write-Host "Repository $($repository.Name) is being initialized."
4040
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) .
41+
Write-Host "git clone --no-checkout --filter=tree:0 https://github.com/$($repository.Name) ."
42+
git clone --no-checkout --filter=tree:0 https://github.com/$($repository.Name) .
4343
4444
Write-Host "git sparse-checkout init"
4545
git sparse-checkout init

0 commit comments

Comments
 (0)