Skip to content

Commit 4f52ccf

Browse files
committed
fix
1 parent c0e66cf commit 4f52ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/docker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
119119
# In this way, we run the SCRIPT defined in CI,
120120
# instead of the one defined in the Dockerfile.
121121
if [ -n "${SCRIPT+x}" ]; then
122-
build_args+=("--build-arg" "SCRIPT_ARG=\"${SCRIPT}\"")
122+
build_args+=("--build-arg" "SCRIPT_ARG=${SCRIPT}")
123123
fi
124124

125125
# On non-CI jobs, we try to download a pre-built image from the rust-lang-ci

0 commit comments

Comments
 (0)