diff options
Diffstat (limited to 'ops/pipelines/static-pipeline.yaml')
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index dbac741adb1e..78b53d692bb7 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -22,6 +22,10 @@ steps: buildkite-agent pipeline upload $$chunk done + # Wait for all previous steps to complete. + - wait: null + continue_on_failure: true + # Exit with success or failure depending on whether any other steps # failed. # |