summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-22 08:29:55 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-22 08:29:55 -0400
commitbcce3ba289fee1835cc5bdfd113bd3c1464f6c90 (patch)
treedbc16cf63851d598c56829266d72f3236b8d8684
parent537869737769ef37fc520b7936e286c6e9a4b961 (diff)
downloadchef-bcce3ba289fee1835cc5bdfd113bd3c1464f6c90.tar.gz
removing debug
Signed-off-by: Sean Simmons <ssimmons@progress.com>
-rw-r--r--.buildkite/hooks/pre-command2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/hooks/pre-command b/.buildkite/hooks/pre-command
index 00036a36f4..e788d0d151 100644
--- a/.buildkite/hooks/pre-command
+++ b/.buildkite/hooks/pre-command
@@ -1,6 +1,6 @@
#!/bin/bash
-set -eux
+set -eu
# Only execute in the verify pipeline
[[ "$BUILDKITE_PIPELINE_NAME" =~ (verify|validate/(release|adhoc|canary)|habitat/build)$ ]]