diff options
author | Sean Simmons <ssimmons@progress.com> | 2023-03-22 08:29:55 -0400 |
---|---|---|
committer | Sean Simmons <ssimmons@progress.com> | 2023-03-22 08:29:55 -0400 |
commit | bcce3ba289fee1835cc5bdfd113bd3c1464f6c90 (patch) | |
tree | dbc16cf63851d598c56829266d72f3236b8d8684 | |
parent | 537869737769ef37fc520b7936e286c6e9a4b961 (diff) | |
download | chef-bcce3ba289fee1835cc5bdfd113bd3c1464f6c90.tar.gz |
removing debug
Signed-off-by: Sean Simmons <ssimmons@progress.com>
-rw-r--r-- | .buildkite/hooks/pre-command | 2 |
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)$ ]] |