Skip to content

Commit b2f8b7e

Browse files
committed
1 parent d9c3f80 commit b2f8b7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
checkout:
22
post:
3-
- git submodule update --init
3+
# 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)
46

57
dependencies:
68
pre:

0 commit comments

Comments
 (0)