Optimize CI for pre-fetching git

This commit is contained in:
movefasta 2023-04-21 21:56:06 +03:00
parent 588a1857bc
commit 82c00431f9
No known key found for this signature in database
GPG key ID: 74C6469794E996AD

View file

@ -10,6 +10,12 @@ workflow:
variables:
SCHEMATICS: "true"
GIT_DEPTH: 1
clone:
stage: .pre
script:
- echo "Git repo pre-fetching"
.kicad-pipeline:
stage: boards