From d1272eeec68424fccd425b9d076f3a91ee4d4557 Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Mon, 4 Jan 2021 14:24:47 +0000 Subject: [PATCH 1/2] 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 -- 2.45.2 From a488767ccd7f21749e97c708e3d96c09b1d4b32f Mon Sep 17 00:00:00 2001 From: Roshan Syed Date: Tue, 26 Jan 2021 13:03:01 +0000 Subject: [PATCH 2/2] 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 -- 2.45.2