summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Simmons <ssimmons@progress.com>2023-03-22 10:17:35 -0400
committerSean Simmons <ssimmons@progress.com>2023-03-22 10:17:35 -0400
commit0874c292dbb5e790deb698e28bf61a1ffe9d7541 (patch)
tree4c686c371cc4bc5a9a660e5dfe920d3061990c6e
parentbcce3ba289fee1835cc5bdfd113bd3c1464f6c90 (diff)
downloadchef-0874c292dbb5e790deb698e28bf61a1ffe9d7541.tar.gz
adding docker build to this regular expression as well
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 e788d0d151..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)|habitat/build)$ ]]
+[[ "$BUILDKITE_PIPELINE_NAME" =~ (verify|validate/(release|adhoc|canary)|habitat/build|docker/build)$ ]]
docker ps || true