Skip to content

Commit

Permalink
make vcr_merge wait until all downstream pushes finish (#10369)
Browse files Browse the repository at this point in the history
  • Loading branch information
shuyama1 authored Apr 4, 2024
1 parent f057fae commit 2071cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/gcb-push-downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ steps:
entrypoint: '/workspace/.ci/scripts/go-plus/vcr-cassette-merger/vcr_merge.sh'
secretEnv: ["GITHUB_TOKEN_CLASSIC", "GOOGLE_PROJECT"]
id: vcr-merge
waitFor: ["tpg-push"]
waitFor: ["tpg-push", "tpgb-push", "tgc-push", "tf-oics-push"]
env:
- BASE_BRANCH=$BRANCH_NAME
args:
Expand Down

0 comments on commit 2071cda

Please sign in to comment.