Skip to content

Commit

Permalink
Fail fast dra publish on errors (#6556)
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.
  • Loading branch information
dliappis authored Jan 24, 2025
1 parent 4199196 commit 47c33fd
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 47c33fd

Please sign in to comment.