Skip to content

Commit

Permalink
ci: fix release build agent targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson committed Jun 22, 2021
1 parent fcabaa7 commit 715360c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ci/buildkite-secondary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
# Pull requests to not run these steps.
steps:
- command: "ci/publish-tarball.sh"
agents: "release-build"
agents:
- "queue=release-build"
timeout_in_minutes: 60
name: "publish tarball"
- wait
- command: "sdk/docker-solana/build.sh"
agents: "release-build"
agents:
- "queue=release-build"
timeout_in_minutes: 60
name: "publish docker"
- command: "ci/publish-crate.sh"
agents: "release-build"
agents:
- "queue=release-build"
timeout_in_minutes: 240
name: "publish crate"
branches: "!master"

0 comments on commit 715360c

Please sign in to comment.