summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2019-04-10 18:39:47 +0200
committerGitHub <noreply@github.com>2019-04-10 18:39:47 +0200
commitea4581cef15acc949aad2fffde8af61de81f10b6 (patch)
tree3a2d83469bb724c3fdea361d70a70353ace8422c /util
parentffd18ce4092e8bda0a115d27d96ebc0af39e3b67 (diff)
parent4a98f1e7a0062c8fc0d5c88fef36cde6626d50aa (diff)
Merge pull request #2 from drashna/ez_update_rgb
Update Ergodox EZ Repo with RGB Overhaul (Proper)
Diffstat (limited to 'util')
-rwxr-xr-xutil/docker_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/docker_build.sh b/util/docker_build.sh
index e7aeac8f3e..35839ac41e 100755
--- a/util/docker_build.sh
+++ b/util/docker_build.sh
@@ -47,4 +47,4 @@ dir=$(pwd -W 2>/dev/null) || dir=$PWD # Use Windows path if on Windows
# Run container and build firmware
docker run --rm -it $usb_args -v "$dir":/qmk_firmware qmkfm/qmk_firmware \
- make "$keyboard${keymap:+:$keymap}${target:+:$target}"
+ /bin/bash -c "make git-submodule; make \"$keyboard${keymap:+:$keymap}${target:+:$target}\""