File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -323,10 +323,11 @@ clean-nrf:
323
323
clean-stm :
324
324
$(MAKE ) -C ports/stm BOARD=feather_stm32f405_express clean
325
325
326
+
327
+ # This update will fail because the commits we need aren't the latest on the
328
+ # branch. We can ignore that though because we fix it with the second command.
329
+ # (Only works for git servers that allow sha fetches.)
326
330
.PHONY : fetch-submodules
327
331
fetch-submodules :
328
- # This update will fail because the commits we need aren't the latest on the
329
- # branch. We can ignore that though because we fix it with the second command.
330
- # (Only works for git servers that allow sha fetches.)
331
332
git submodule update --init -N --depth 1 || true
332
333
git submodule foreach ' git fetch --tags --depth 1 origin $$sha1 && git checkout -q $$sha1'
You can’t perform that action at this time.
0 commit comments