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 e39fbf1 commit 65e514eCopy full SHA for 65e514e
.devcontainer/cortex-m/on-create.sh
@@ -34,7 +34,7 @@ rm -fr /workspaces/dosfstools-4.2 /workspaces/dosfstools-4.2.tar.gz
34
# prepare source-code tree
35
cd /workspaces/circuitpython/
36
echo -e "[on-create.sh] fetching submodules"
37
-make fetch-submodules
+make fetch-all-submodules
38
echo -e "[on-create.sh] fetching tags"
39
git fetch --tags --recurse-submodules=no --shallow-since="2021-07-01" https://github.com/adafruit/circuitpython HEAD
40
0 commit comments