diff options
author | Vincent Ambo <mail@tazj.in> | 2022-01-01T15·41+0300 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2022-01-02T19·09+0000 |
commit | 5e036ed9fc579d14353eb7da4af4b426c99f96e6 (patch) | |
tree | 6dfd75543763851198fd318a1cd64600ec4af67a /ops/pipelines | |
parent | 2bf39d7101baaa718fd8aee7abe3eb2f793e3324 (diff) |
fix(ops/pipelines): Remove duplicated wait step r/3510
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 <sternenseemann@systemli.org>
Diffstat (limited to 'ops/pipelines')
-rw-r--r-- | ops/pipelines/static-pipeline.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 4924569b62d8..872a6c5d27a7 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. # |