Fix snap build

This commit is contained in:
Michael Vines
2018-11-26 17:54:40 -08:00
committed by Grimes
parent 1695803248
commit 03ce45d93a
5 changed files with 25 additions and 27 deletions

View File

@@ -3,12 +3,9 @@ set -e
cd "$(dirname "$0")/.."
if ! ci/version-check.sh stable; then
# This job doesn't run within a container, try once to upgrade tooling on a
# version check failure
rustup install stable
ci/version-check.sh stable
fi
# This job doesn't run within a container, try once to upgrade tooling on a
# version check failure
ci/version-check-with-upgrade.sh stable
DRYRUN=
if [[ -z $BUILDKITE_BRANCH ]]; then