summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn <john.mccrae@progress.com>2023-03-23 13:19:14 -0700
committerJohn <john.mccrae@progress.com>2023-03-23 13:19:14 -0700
commit06f9958869a00e71f8ce7b0670af3142569a44ff (patch)
treea8d203281bfe1889123c7ecefec67fda281d85ac
parentba18f74217b753b8cc23405add70c293075ce61e (diff)
downloadchef-06f9958869a00e71f8ce7b0670af3142569a44ff.tar.gz
updating the pre-command code to include macos_universal_package
Signed-off-by: John <john.mccrae@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 2d4426177e..b737cbc14a 100644
--- a/.buildkite/hooks/pre-command
+++ b/.buildkite/hooks/pre-command
@@ -3,7 +3,7 @@
set -eu
# Only execute in the verify pipeline
-[[ "$BUILDKITE_PIPELINE_NAME" =~ (verify|validate/(release|adhoc|canary)|habitat/build|habitat/test|docker/build)$ ]]
+[[ "$BUILDKITE_PIPELINE_NAME" =~ (verify|validate/(release|adhoc|canary)|habitat/build|habitat/test|docker/build|macos_universal_package )$ ]]
docker ps || true