From 82c00431f940f9b12df81152293a13e8a756f499 Mon Sep 17 00:00:00 2001 From: movefasta Date: Fri, 21 Apr 2023 21:56:06 +0300 Subject: [PATCH] Optimize CI for pre-fetching git --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e44b69..c0bfb01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,12 @@ workflow: variables: SCHEMATICS: "true" + GIT_DEPTH: 1 + +clone: + stage: .pre + script: + - echo "Git repo pre-fetching" .kicad-pipeline: stage: boards