Skip to content

Commit 79170a6

Browse files
committed
fix
1 parent 4e34b1a commit 79170a6

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
@@ -113,7 +113,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
113113
# In this way, we run the SCRIPT defined in CI,
114114
# instead of the one defined in the Dockerfile.
115115
if [ -n "${SCRIPT+x}" ]; then
116-
build_args="${build_args} --build-arg SCRIPT_ARG=${SCRIPT}"
116+
build_args="${build_args} --build-arg SCRIPT_ARG=\"${SCRIPT}\""
117117
fi
118118

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

0 commit comments

Comments
 (0)