From 6f20567b9a6d1e713dbf2cc4d644c562899ab2f8 Mon Sep 17 00:00:00 2001 From: Srdjan Obucina Date: Sun, 29 Mar 2020 19:11:59 +0200 Subject: [PATCH] Delete existing submodules before updating them --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 530caf2f..bc2737be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 .