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:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- rm -rf .git/modules/* ./docs ./libraries/fc
|
||||||
- git submodule sync
|
- git submodule sync
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- cmake .
|
- cmake .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue