Skip to content

Commit

Permalink
permit manual runs of e2e pipeline to promote with env var set
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Wrock <matt@mattwrock.com>
  • Loading branch information
mwrock committed Dec 27, 2024
1 parent de19b90 commit ea32bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .expeditor/end_to_end.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea32bdd

Please sign in to comment.