Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
chore: trim spaces in build.ps1
Browse files Browse the repository at this point in the history
Merge pull request #380 from jenkinsci/lemeurherve-patch-1
  • Loading branch information
lemeurherve authored Jul 31, 2023
2 parents 5d385f4 + 8d37540 commit d1e5277
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 @@ -223,7 +223,7 @@ if($target -eq "publish") {
if($lastExitCode -ne 0) {
$publishFailed = 1
}
}
}
}
} else {
foreach($b in $builds.Keys) {
Expand Down

0 comments on commit d1e5277

Please sign in to comment.