Delete existing submodules before updating them
This commit is contained in:
parent
a4a8fa4263
commit
6f20567b9a
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ stages:
|
|||
build:
|
||||
stage: build
|
||||
script:
|
||||
- rm -rf .git/modules/* ./docs ./libraries/fc
|
||||
- git submodule sync
|
||||
- git submodule update --init --recursive
|
||||
- cmake .
|
||||
|
|
|
|||
Loading…
Reference in a new issue