Update build.sh

This commit is contained in:
Dan Albert 2020-07-18 08:31:54 -06:00 committed by GitHub
parent d0e139ffff
commit b9c29c3263
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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