From a488767ccd7f21749e97c708e3d96c09b1d4b32f Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Tue, 26 Jan 2021 13:03:01 +0000 Subject: [PATCH] ci: update .gitlab-ci.yml build script --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a688575d..18012916 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ stages: build: stage: build script: - - rm -rf .git/modules ./docs ./libraries/fc + - rm -rf .git/modules/docs .git/modules/libraries/fc ./docs ./libraries/fc - git submodule sync - git submodule update --init --recursive - rm -rf build