From ff745aaa68a16c24f5f2b32bb4458bd199469933 Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Tue, 26 Jan 2021 13:55:31 +0000 Subject: [PATCH] ci: gitlab build fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da6baf86..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