Optimize CI for pre-fetching git
This commit is contained in:
parent
588a1857bc
commit
82c00431f9
1 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,12 @@ workflow:
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
SCHEMATICS: "true"
|
SCHEMATICS: "true"
|
||||||
|
GIT_DEPTH: 1
|
||||||
|
|
||||||
|
clone:
|
||||||
|
stage: .pre
|
||||||
|
script:
|
||||||
|
- echo "Git repo pre-fetching"
|
||||||
|
|
||||||
.kicad-pipeline:
|
.kicad-pipeline:
|
||||||
stage: boards
|
stage: boards
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue