Skip to content

Commit

Permalink
Use https for sparse checkout command (#918)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
  • Loading branch information
azure-sdk and benbp authored Nov 2, 2021
1 parent 7e5bc83 commit b311a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/pipelines/templates/steps/sparse-checkout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ steps:
} else {
Write-Host "Repository $($repository.Name) is being initialized."
Write-Host "git clone --no-checkout --filter=tree:0 git://github.com/$($repository.Name) ."
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) .
Write-Host "git sparse-checkout init"
git sparse-checkout init
Expand Down

0 comments on commit b311a72

Please sign in to comment.