mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
circleci force git to use git://
This commit is contained in:
@@ -5,6 +5,7 @@ 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 config --global url."git://".insteadOf https://
|
||||||
- git submodule update --init --recursive || true
|
- git submodule update --init --recursive || true
|
||||||
- git submodule sync --recursive
|
- git submodule sync --recursive
|
||||||
- git submodule deinit -f . && rm -rf .git/modules
|
- git submodule deinit -f . && rm -rf .git/modules
|
||||||
|
|||||||
Reference in New Issue
Block a user