about summary refs log tree commit diff
path: root/ops/pipelines
diff options
context:
space:
mode:
Diffstat (limited to 'ops/pipelines')
-rw-r--r--ops/pipelines/static-pipeline.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml
index dbac741adb..78b53d692b 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.
   #