Skip to content

Commit

Permalink
Fail fast dra publish on errors (#6556) (#6590)
Browse files Browse the repository at this point in the history
This commit ensures that the DRA publish BK steps fails fast
when there is an error.

(cherry picked from commit 47c33fd)

Co-authored-by: Dimitrios Liappis <[email protected]>
  • Loading branch information
mergify[bot] and dliappis authored Jan 27, 2025
1 parent c0caacd commit 92e23a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/steps/dra-publish.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

set -uo pipefail
set -euo pipefail

DRY_RUN="${DRA_DRY_RUN:=""}"
WORKFLOW="${DRA_WORKFLOW:=""}"
Expand Down

0 comments on commit 92e23a5

Please sign in to comment.