Update build.sh
This commit is contained in:
@ -1,11 +1,11 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
# shellcheck source=ci/env.sh
|
# shellcheck source=ci/env.sh
|
||||||
source ../ci/env.sh
|
source ../ci/env.sh
|
||||||
|
|
||||||
cd "$(dirname "$0")"
|
|
||||||
|
|
||||||
: "${rust_stable_docker_image:=}" # Pacify shellcheck
|
: "${rust_stable_docker_image:=}" # Pacify shellcheck
|
||||||
|
|
||||||
# shellcheck source=ci/rust-version.sh
|
# shellcheck source=ci/rust-version.sh
|
||||||
|
Reference in New Issue
Block a user