summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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