Skip to content

Commit

Permalink
add org/repo in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve committed Aug 9, 2023
1 parent a388e0d commit b44ef39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Invoke-Expression "$baseDockerCmd config --services" 2>$null | ForEach-Object {
}
}

Write-Host '= PREPARE: List of images and tags to be processed:'
Write-Host "= PREPARE: List of $Organization/$Repository images and tags to be processed:"
ConvertTo-Json $builds

if(![System.String]::IsNullOrWhiteSpace($Build) -and $builds.ContainsKey($Build)) {
Expand Down

0 comments on commit b44ef39

Please sign in to comment.