Browse Source

circleci completely remove git submodules

sbg
Daniel Agar 8 years ago committed by Lorenz Meier
parent
commit
447bea3ce0
  1. 2
      circle.yml

2
circle.yml

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

Loading…
Cancel
Save