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.

(cherry picked from commit 47c33fd)
  • Loading branch information
dliappis authored and mergify[bot] committed Jan 24, 2025
1 parent 3d53265 commit 2729dea
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 2729dea

Please sign in to comment.