Run snap build sooner to better mask the delay
This commit is contained in:
parent
8ef8a8dea7
commit
b2accd1c2a
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue