From b71e29e0d49ca9a98419c3b9453c619275e369c6 Mon Sep 17 00:00:00 2001 From: Byron Lathi Date: Sat, 25 Nov 2023 21:35:43 -0800 Subject: [PATCH] Don't clone kicad library for ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3f2fd2..afdd6ae 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,8 @@ # https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Getting-Started.gitlab-ci.yml variables: - GIT_SUBMODULE_STRATEGY: recursive + GIT_SUBMODULE_PATHS: ":(exclude)hw/kicad_library" + GIT_SUBMODULE_STRATEGY: recursive stages: # List of stages for jobs, and their order of execution - toolchain