From 6ec4c3bdcf046fa2527ed6d452302cc32ecaed53 Mon Sep 17 00:00:00 2001 From: Igor Brylyov Date: Thu, 4 Apr 2024 13:05:38 +0000 Subject: [PATCH] Artifacts path fix --- .kicad-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kicad-pipeline.yml b/.kicad-pipeline.yml index 29cfb71..9372d5e 100644 --- a/.kicad-pipeline.yml +++ b/.kicad-pipeline.yml @@ -15,7 +15,7 @@ variables: SCH_OPTIONS: 'print_sch bom_html interactive_bom bom_xlsx bom_csv' 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 # Default properties @@ -50,7 +50,7 @@ default: artifacts: when: always paths: - - Fabrication + - ${CI_PROJECT_DIR}/${FOLDER}/Fabrication untracked: true # Jobs