mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
circleci force git to use git://
This commit is contained in:
@@ -5,6 +5,7 @@ machine:
|
||||
checkout:
|
||||
post:
|
||||
# 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 sync --recursive
|
||||
- git submodule deinit -f . && rm -rf .git/modules
|
||||
|
||||
Reference in New Issue
Block a user