Skip to content

Commit 520967d

Browse files
authored
ci: push option to stage-release-dispatcher (#1802)
Let's propagate the _PUSH substitution variable when we run stage-release job. The corresponding change in Terraform is at cl/798304040.
1 parent 2ec0324 commit 520967d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/prod/stage-release-worker.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ steps:
2323
- './cmd/automation'
2424
- '--project=$PROJECT_ID'
2525
- '--command=stage-release'
26+
- '--push=$_PUSH'
2627
tags: ['stage-release-dispatcher']
2728
availableSecrets:
2829
options:

0 commit comments

Comments
 (0)