Delete existing submodules before updating them

This commit is contained in:
Srdjan Obucina 2020-03-29 19:11:59 +02:00
parent a4a8fa4263
commit 6f20567b9a

View file

@ -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 .