We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c3f80 commit b2f8b7eCopy full SHA for b2f8b7e
circle.yml
@@ -1,6 +1,8 @@
1
checkout:
2
post:
3
- - git submodule update --init
+ # https://discuss.circleci.com/t/git-submodule-url-isnt-playing-nice-with-the-cache/549/3
4
+ - git submodule sync
5
+ - git submodule update --init --recursive || (rm -fr .git/config .git/modules && git submodule deinit -f . && git submodule update --init --recursive)
6
7
dependencies:
8
pre:
0 commit comments