Skip to content

Commit 576fa8b

Browse files
azure-sdkhallipr
andauthored
Add path loggin to sparse-checkout (Azure#2285)
Co-authored-by: Patrick Hallisey <[email protected]>
1 parent be7185a commit 576fa8b

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
@@ -79,9 +79,9 @@ steps:
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) .

0 commit comments

Comments
 (0)