summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-22 08:29:05 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-22 08:29:05 -0400
commit537869737769ef37fc520b7936e286c6e9a4b961 (patch)
tree8ce218d474901d1aceef6b45c1672e6f53c9e81f
parentd84a800e819571d44b6413f1214cb9cd5244a025 (diff)
downloadchef-537869737769ef37fc520b7936e286c6e9a4b961.tar.gz
updating regular expression to test habitat/build
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 6bde0f3fdc..00036a36f4 100644
--- a/.buildkite/hooks/pre-command
+++ b/.buildkite/hooks/pre-command
@@ -3,7 +3,7 @@
set -eux
# 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 ps || true