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 050a131 commit 4e34b1aCopy full SHA for 4e34b1a
src/ci/docker/run.sh
@@ -106,7 +106,7 @@ if [ -f "$docker_dir/$image/Dockerfile" ]; then
106
CACHE_IMAGE_TAG=${REGISTRY}/${REGISTRY_USERNAME}/rust-ci-cache:${cksum}
107
108
# Docker build arguments.
109
- build_args="build --rm -t rust-ci -f \"$dockerfile\" \"$context\""
+ build_args="build --rm -t rust-ci -f $dockerfile $context"
110
111
# If the environment variable SCRIPT is defined,
112
# set the build argument SCRIPT_ARG to SCRIPT.
0 commit comments