Skip to content

Commit cafa908

Browse files
committed
Add missing argument to canary approval notification
1 parent 9c6c9b9 commit cafa908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitlab/ci/release-coordinator.canary.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ release-coordinator:canary:notify-publish-pending:
8383
stage: release-coordinator:canary:publish
8484
needs: !reference [release-coordinator:canary:publish, needs]
8585
script:
86-
- bin/pyxis internal release_notify_publish_pending
86+
- bin/pyxis internal release_notify_publish_pending --coordinator-pipeline-id $CI_PIPELINE_ID
8787

8888
release-coordinator:canary:publish-containers:
8989
extends:

0 commit comments

Comments
 (0)