Update build.sh

This commit is contained in:
Dan Albert
2020-07-18 08:32:12 -06:00
committed by GitHub
parent 47e9a1ae4f
commit 42847516a2

View File

@ -1,11 +1,11 @@
#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")"
# shellcheck source=ci/env.sh
source ../ci/env.sh
cd "$(dirname "$0")"
: "${rust_stable_docker_image:=}" # Pacify shellcheck
# shellcheck source=ci/rust-version.sh