Skip to content

Commit

Permalink
use soft_fail instead of continue_on_failure, as this setting doesn't…
Browse files Browse the repository at this point in the history
… exist on command steps
  • Loading branch information
delanni committed Nov 14, 2024
1 parent f4af267 commit a89d8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ steps:
machineType: n2-standard-2
preemptible: true
timeout_in_minutes: 60
continue_on_failure: true
soft_fail: true
retry:
automatic:
- exit_status: '-1'
Expand Down

0 comments on commit a89d8b7

Please sign in to comment.