File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/common/pipelines/templates/steps Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7979
8080 if (Test-Path .git/info/sparse-checkout) {
8181 $hasInitialized = $true
82- Write-Host "Repository $($repository.Name) has already been initialized. Skipping this step."
82+ Write-Host "Repository $($repository.Name) has already been initialized in $pwd . Skipping this step."
8383 } else {
84- Write-Host "Repository $($repository.Name) is being initialized. "
84+ Write-Host "Repository $($repository.Name) is being initialized in $pwd "
8585
8686 if ($repository.Commitish -match '^refs/pull/\d+/merge$') {
8787 Retry git clone --no-checkout --filter=tree:0 -c remote.origin.fetch=''+$($repository.Commitish):refs/remotes/origin/$($repository.Commitish)'' https://github.com/$($repository.Name) .
You can’t perform that action at this time.
0 commit comments