debug
This commit is contained in:
parent
754fb24313
commit
9ed728d19e
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
|
|||
if [ -n "${DOCKER_SCRIPT+x}" ]; then
|
||||
build_args+=("--build-arg" "SCRIPT_ARG=${DOCKER_SCRIPT}")
|
||||
echo "Using docker build arg SCRIPT_ARG=${DOCKER_SCRIPT}"
|
||||
else
|
||||
echo "DOCKER_SCRIPT is not defined"
|
||||
fi
|
||||
|
||||
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue