Skip to content

Commit

Permalink
update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
joephela committed Jan 17, 2024
1 parent be40f37 commit bc6ea7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
steps:
- label: ":spiral_note_pad: Build"
command: ./bksh add-release-block-step-from-draft
branches: main
branches: master
agents:
queue: builder

- wait

- label: ":git: Create release"
command: ./bksh create-release
branches: main
branches: master
agents:
queue: builder

- wait

- label: ":git: Delete draft release"
command: "./bksh delete-draft-release"
branches: main
branches: master
agents:
queue: builder

- label: ":rocket: Release"
command: .buildkite/deploy.sh
branches: main
branches: master
agents:
queue: deploy-prod
plugins: *docker
Expand Down

0 comments on commit bc6ea7b

Please sign in to comment.