Skip to content

Commit

Permalink
Merge pull request #343 from buildkite/fix-release-pipeline-take-3
Browse files Browse the repository at this point in the history
Remove step dependencies in release pipeline
  • Loading branch information
DrJosh9000 authored Dec 5, 2024
2 parents 4698b18 + 99bf80c commit 371682b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .buildkite/pipeline.release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
steps:
- label: ":s3: Upload"
command: ".buildkite/steps/release-s3-version.sh"
depends_on:
- block-release
agents:
queue: "elastic-runners"
concurrency: 1
Expand All @@ -13,8 +11,6 @@ steps:

- label: ":github: Release"
command: ".buildkite/steps/release-github.sh"
depends_on:
- block-release
agents:
queue: "elastic-runners"
plugins:
Expand All @@ -31,8 +27,6 @@ steps:

- label: ":docker: Push"
command: ".buildkite/steps/release-docker.sh"
depends_on:
- block-release
agents:
queue: "elastic-runners"
plugins:
Expand Down

0 comments on commit 371682b

Please sign in to comment.