We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8bc3cf commit d74de1fCopy full SHA for d74de1f
src/ci/docker/run.sh
@@ -120,6 +120,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
120
# instead of the one defined in the Dockerfile.
121
if [ -n "${DOCKER_SCRIPT+x}" ]; then
122
build_args+=("--build-arg" "SCRIPT_ARG=${DOCKER_SCRIPT}")
123
+ echo "Using docker build arg SCRIPT_ARG=${DOCKER_SCRIPT}"
124
fi
125
126
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci
0 commit comments