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 eaab2b7 commit 4f32ce2Copy full SHA for 4f32ce2
ci/run-docker.sh
@@ -55,7 +55,7 @@ run() {
55
56
docker "${build_cmd[@]:-build}" \
57
-t "builtins-$target" \
58
- "${build_args[@]:-}" \
+ ${build_args[@]:-} \
59
"ci/docker/$target"
60
docker run \
61
--rm \
0 commit comments