Skip to content

Commit 72d934a

Browse files
DXCanasjredrejo
authored andcommitted
Adding bash flags in hopes that builds stop failing silently
1 parent cf44ebb commit 72d934a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /usr/bin/env bash
22

3-
set -x
3+
set -exo pipefail
44

55
# Could move this type of setup to hooks
66
if [[ $LE_TRIGGERED_FROM_BUILD_ID ]]
@@ -28,4 +28,4 @@ then
2828
fi
2929

3030
# Upload twice - once to pipeline, and once to this one
31-
buildkite-agent artifact upload "dist/*.zip"
31+
buildkite-agent artifact upload "dist/*.zip"

0 commit comments

Comments
 (0)