Skip to content
Snippets Groups Projects
Commit 3c26c111 authored by Daniel Agar's avatar Daniel Agar
Browse files

circleci force git to use git://

parent a3645b1e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment