From 5e036ed9fc579d14353eb7da4af4b426c99f96e6 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 1 Jan 2022 18:41:34 +0300 Subject: fix(ops/pipelines): Remove duplicated wait step This now happens in //nix/buildkite instead Change-Id: Ie9e239ee4f28ac34aa4d3279dac55d70a2cb9d86 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4764 Tested-by: BuildkiteCI Reviewed-by: sterni --- ops/pipelines/static-pipeline.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ops/pipelines/static-pipeline.yaml') 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. # -- cgit 1.4.1