Skip to content

Commit

Permalink
Merge pull request #3318 from saschagrunert/obs-wait-true
Browse files Browse the repository at this point in the history
Default `krel obs stage --wait` to `true`
  • Loading branch information
k8s-ci-robot authored Oct 11, 2023
2 parents 1961d45 + 1e7387e commit 5b4c073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/krel/cmd/obs_stage.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func init() {
BoolVar(
&obsStageOptions.Wait,
obsWaitFlag,
false,
true,
"Wait for the OBS build results to succeed",
)

Expand Down

0 comments on commit 5b4c073

Please sign in to comment.