Skip to content

Commit

Permalink
do not skip all preflightrs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoucher committed Jan 12, 2023
1 parent f4fff2f commit 6554289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sch_outputs:
pcb_outputs:
stage: gen_fab
script:
- "cd hardware && [ -f *.kicad_pcb ] && kibot -d Fabrication -s all print_front gerbers drill zip render && rm -rf Fabrication/Gerbers"
- "cd hardware && [ -f *.kicad_pcb ] && kibot -d Fabrication -s run_drc,run_erc print_front gerbers drill zip render && rm -rf Fabrication/Gerbers"
rules:
- if: '$CI_COMMIT_TAG'
when: on_success
Expand Down

0 comments on commit 6554289

Please sign in to comment.