Run snap build sooner to better mask the delay

This commit is contained in:
Michael Vines 2018-06-24 09:53:40 -07:00 committed by Grimes
parent 8ef8a8dea7
commit b2accd1c2a
2 changed files with 5 additions and 5 deletions

View File

@ -31,14 +31,14 @@ steps:
- command: "ci/docker-run.sh rust ci/test-erasure.sh"
name: "erasure [public]"
timeout_in_minutes: 20
- wait
- command: "ci/publish-snap.sh"
- command: "ci/snap.sh [public]"
timeout_in_minutes: 20
name: "publish snap"
- command: "ci/publish-crate.sh"
name: "snap [public]"
- wait
- command: "ci/publish-crate.sh [public]"
timeout_in_minutes: 20
name: "publish crate"
- command: "ci/hoover.sh"
- command: "ci/hoover.sh [public]"
timeout_in_minutes: 20
name: "clean agent"