summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2023-03-22 12:50:17 -0700
committerGitHub <noreply@github.com>2023-03-22 12:50:17 -0700
commit88d197e49db579c4240084a1308a15345c1399b9 (patch)
tree4c686c371cc4bc5a9a660e5dfe920d3061990c6e
parent15748223b32aa37ad0770c646a56e5ad49b67d7c (diff)
parent0874c292dbb5e790deb698e28bf61a1ffe9d7541 (diff)
downloadchef-88d197e49db579c4240084a1308a15345c1399b9.tar.gz
Merge pull request #13646 from chef/sean-simmons-progress/bugfix/precommand
Sean simmons progress/bugfix/precommand
-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 26c80c7f27..115ab101af 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))$ ]]
+[[ "$BUILDKITE_PIPELINE_NAME" =~ (verify|validate/(release|adhoc|canary)|habitat/build|docker/build)$ ]]
docker ps || true