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 c0e66cf commit 4f52ccfCopy full SHA for 4f52ccf
src/ci/docker/run.sh
@@ -119,7 +119,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
119
# In this way, we run the SCRIPT defined in CI,
120
# instead of the one defined in the Dockerfile.
121
if [ -n "${SCRIPT+x}" ]; then
122
- build_args+=("--build-arg" "SCRIPT_ARG=\"${SCRIPT}\"")
+ build_args+=("--build-arg" "SCRIPT_ARG=${SCRIPT}")
123
fi
124
125
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci
0 commit comments