From ea32bdda04d682d095760510db43bd48c0ecb372 Mon Sep 17 00:00:00 2001 From: Matt Wrock Date: Fri, 27 Dec 2024 15:16:06 -0800 Subject: [PATCH] permit manual runs of e2e pipeline to promote with env var set Signed-off-by: Matt Wrock --- .expeditor/end_to_end.pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/end_to_end.pipeline.yml b/.expeditor/end_to_end.pipeline.yml index a8a5e8b661..3e54c3cd2d 100644 --- a/.expeditor/end_to_end.pipeline.yml +++ b/.expeditor/end_to_end.pipeline.yml @@ -1135,7 +1135,7 @@ steps: - label: "[:habicat: Promote to Acceptance]" command: - .expeditor/scripts/buildkite_promote.sh dev acceptance - if: build.creator.name == 'Chef Expeditor' + if: build.creator.name == 'Chef Expeditor' || build.env("PROMOTE") == 'true' expeditor: executor: docker: