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

@ -8,13 +8,9 @@ source ci/upload_ci_artifact.sh
eval "$(ci/channel-info.sh)"
if ! ci/version-check.sh nightly; then
# This job doesn't run within a container, try once to upgrade tooling on a
# version check failure
rustup install nightly
rustup default nightly
ci/version-check.sh nightly
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 nightly
_() {
echo "--- $*"