Skip to content

Commit

Permalink
Run snap publishing directly on CUDA agent
Browse files Browse the repository at this point in the history
This is necessary until we build a docker image that also contains a CUDA
installation
  • Loading branch information
mvines committed Jun 21, 2018
1 parent f6c28e6 commit 5a04783
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/buildkite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ steps:
agents:
- "queue=cuda"
- wait
- command: "ci/docker-run.sh solanalabs/snapcraft ci/publish-snap.sh"
- command: "ci/publish-snap.sh"
timeout_in_minutes: 20
name: "publish snap"
agents:
- "queue=cuda"
- command: "ci/publish-crate.sh"
timeout_in_minutes: 20
name: "publish crate"
Expand Down

0 comments on commit 5a04783

Please sign in to comment.