Skip to content

Commit 4e34b1a

Browse files
committed
fix
1 parent 050a131 commit 4e34b1a

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
@@ -106,7 +106,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
106106
CACHE_IMAGE_TAG=${REGISTRY}/${REGISTRY_USERNAME}/rust-ci-cache:${cksum}
107107

108108
# Docker build arguments.
109-
build_args="build --rm -t rust-ci -f \"$dockerfile\" \"$context\""
109+
build_args="build --rm -t rust-ci -f $dockerfile $context"
110110

111111
# If the environment variable SCRIPT is defined,
112112
# set the build argument SCRIPT_ARG to SCRIPT.

0 commit comments

Comments
 (0)