2019-08-01 13:11:42 -07:00
|
|
|
#
|
|
|
|
# Build steps that run after the primary pipeline on pushes and tags.
|
|
|
|
# Pull requests to not run these steps.
|
2018-06-30 19:22:24 -07:00
|
|
|
steps:
|
2020-04-28 12:44:54 -07:00
|
|
|
- command: "ci/publish-tarball.sh"
|
2021-06-22 20:40:02 -07:00
|
|
|
agents:
|
|
|
|
- "queue=release-build"
|
2020-04-28 12:44:54 -07:00
|
|
|
timeout_in_minutes: 60
|
|
|
|
name: "publish tarball"
|
|
|
|
- wait
|
2018-11-28 16:20:02 -08:00
|
|
|
- command: "sdk/docker-solana/build.sh"
|
2021-06-22 20:40:02 -07:00
|
|
|
agents:
|
|
|
|
- "queue=release-build"
|
2019-07-30 20:09:47 -07:00
|
|
|
timeout_in_minutes: 60
|
2018-12-19 14:19:19 -08:00
|
|
|
name: "publish docker"
|
2018-10-25 12:26:57 -07:00
|
|
|
- command: "ci/publish-crate.sh"
|
2021-06-22 20:40:02 -07:00
|
|
|
agents:
|
|
|
|
- "queue=release-build"
|
2020-02-25 08:23:04 -08:00
|
|
|
timeout_in_minutes: 240
|
2018-12-15 16:12:48 -08:00
|
|
|
name: "publish crate"
|
2018-12-11 22:38:55 -08:00
|
|
|
branches: "!master"
|