circleci force git to use git://

This commit is contained in:
Daniel Agar
2017-08-14 14:21:36 -04:00
parent a3645b1ed1
commit 3c26c11144
+1
View File
@@ -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