From b2accd1c2a5954ac135cabf269ac5b6f71408b4b Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 24 Jun 2018 09:53:40 -0700 Subject: [PATCH] Run snap build sooner to better mask the delay --- ci/buildkite.yml | 10 +++++----- ci/{publish-snap.sh => snap.sh} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename ci/{publish-snap.sh => snap.sh} (100%) diff --git a/ci/buildkite.yml b/ci/buildkite.yml index f12870e6f..f95af7799 100644 --- a/ci/buildkite.yml +++ b/ci/buildkite.yml @@ -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" diff --git a/ci/publish-snap.sh b/ci/snap.sh similarity index 100% rename from ci/publish-snap.sh rename to ci/snap.sh