Skip to content
Snippets Groups Projects
Commit 447bea3c authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

circleci completely remove git submodules

parent 773d1ec6
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ checkout:
# workaround for known git bug where attempting to fetch a missing commit fails early on the first try
- git submodule update --init --recursive || true
- git submodule sync --recursive
- git submodule deinit -f .
- git submodule deinit -f . && rm -rf .git/modules
- git submodule update --init --recursive --force
dependencies:
......
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