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 79170a6 commit 468ba20Copy full SHA for 468ba20
src/ci/docker/run.sh
@@ -113,7 +113,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
113
# In this way, we run the SCRIPT defined in CI,
114
# instead of the one defined in the Dockerfile.
115
if [ -n "${SCRIPT+x}" ]; then
116
- build_args="${build_args} --build-arg SCRIPT_ARG=\"${SCRIPT}\""
+ build_args="${build_args} --build-arg \"SCRIPT_ARG=${SCRIPT}\""
117
fi
118
119
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci
0 commit comments