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 754fb24 commit 9ed728dCopy full SHA for 9ed728d
src/ci/docker/run.sh
@@ -121,6 +121,8 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
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
+ else
125
+ echo "DOCKER_SCRIPT is not defined"
126
fi
127
128
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci
0 commit comments