Artifacts path fix

This commit is contained in:
Igor Brylyov 2024-04-04 13:05:38 +00:00
parent 725f579422
commit 6ec4c3bdcf

View file

@ -15,7 +15,7 @@ variables:
SCH_OPTIONS: 'print_sch bom_html interactive_bom bom_xlsx bom_csv' SCH_OPTIONS: 'print_sch bom_html interactive_bom bom_xlsx bom_csv'
image: image:
name: ghcr.io/inti-cmnb/kicad8_auto:latest # setsoft/kicad_auto:dev_k6 name: ghcr.io/inti-cmnb/kicad8_auto:latest
# pull_policy: if-not-present # pull_policy: if-not-present
# Default properties # Default properties
@ -50,7 +50,7 @@ default:
artifacts: artifacts:
when: always when: always
paths: paths:
- Fabrication - ${CI_PROJECT_DIR}/${FOLDER}/Fabrication
untracked: true untracked: true
# Jobs # Jobs