Artifacts path fix
This commit is contained in:
parent
725f579422
commit
6ec4c3bdcf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue