mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-05 05:32:11 +08:00
circleci better manual submodules clean (#5590)
This commit is contained in:
+3
-2
@@ -5,9 +5,10 @@ machine:
|
|||||||
checkout:
|
checkout:
|
||||||
post:
|
post:
|
||||||
# workaround for known git bug where attempting to fetch a missing commit fails early on the first try
|
# workaround for known git bug where attempting to fetch a missing commit fails early on the first try
|
||||||
- git submodule update --init || true
|
- git submodule update --init --recursive || true
|
||||||
- git submodule sync --recursive
|
- git submodule sync --recursive
|
||||||
- git submodule update --init --recursive
|
- git submodule deinit -f .
|
||||||
|
- git submodule update --init --recursive --force
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
|
|||||||
Reference in New Issue
Block a user