We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf44ebb commit 72d934aCopy full SHA for 72d934a
.buildkite/build.sh
@@ -1,6 +1,6 @@
1
#! /usr/bin/env bash
2
3
-set -x
+set -exo pipefail
4
5
# Could move this type of setup to hooks
6
if [[ $LE_TRIGGERED_FROM_BUILD_ID ]]
@@ -28,4 +28,4 @@ then
28
fi
29
30
# Upload twice - once to pipeline, and once to this one
31
-buildkite-agent artifact upload "dist/*.zip"
+buildkite-agent artifact upload "dist/*.zip"
0 commit comments