mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-21 21:55:34 +08:00
circleci completely remove git submodules
This commit is contained in:
committed by
Lorenz Meier
parent
773d1ec6a8
commit
447bea3ce0
+1
-1
@@ -7,7 +7,7 @@ checkout:
|
||||
# workaround for known git bug where attempting to fetch a missing commit fails early on the first try
|
||||
- git submodule update --init --recursive || true
|
||||
- git submodule sync --recursive
|
||||
- git submodule deinit -f .
|
||||
- git submodule deinit -f . && rm -rf .git/modules
|
||||
- git submodule update --init --recursive --force
|
||||
|
||||
dependencies:
|
||||
|
||||
Reference in New Issue
Block a user