Skip to content

Commit

Permalink
fix promote finalize pipeline conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
burmudar committed Jan 12, 2024
1 parent 5191112 commit d228a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ steps:
./sg-rfc795 release run internal finalize --workdir=. --config-from-commit
- label: "Promote to public: finalize"
if: "build.message =~ /^PRETEND PROMOTE RELEASE WIP/"
if: build.message =~ /^promote_release/ && build.branch =~ /^wip-release/
command: |
wget https://storage.googleapis.com/buildkite_public_assets/sg-rfc795.tar.gz
tar zxf sg-rfc795.tar.gz
Expand Down

0 comments on commit d228a56

Please sign in to comment.