mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Aggressively prevent CircleCI from using the wrong cache.
https://discuss.circleci.com/t/git-submodule-url-isnt-playing-nice-with-the-cache/549/3
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
checkout:
|
||||
post:
|
||||
- git submodule update --init
|
||||
# https://discuss.circleci.com/t/git-submodule-url-isnt-playing-nice-with-the-cache/549/3
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive || (rm -fr .git/config .git/modules && git submodule deinit -f . && git submodule update --init --recursive)
|
||||
|
||||
dependencies:
|
||||
pre:
|
||||
|
||||
Reference in New Issue
Block a user