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, 0 insertions, 4 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml
index 4924569b62..872a6c5d27 100644
--- a/ops/pipelines/static-pipeline.yaml
+++ b/ops/pipelines/static-pipeline.yaml
@@ -22,10 +22,6 @@ 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.
   #