From d1272eeec68424fccd425b9d076f3a91ee4d4557 Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Mon, 4 Jan 2021 14:24:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da6baf86..a688575d 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 ./libraries/fc - git submodule sync - git submodule update --init --recursive - rm -rf build