From e1c997756c7d5548c66c2a177693d941224528eb Mon Sep 17 00:00:00 2001 From: andrewc Date: Tue, 20 May 2025 16:18:41 +1000 Subject: [PATCH] Fix up paths during `boms` --- kibot-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 60fd565..50ab55f 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -138,7 +138,6 @@ image: - client=$(echo $CI_PROJECT_PATH | cut -d'/' -f3 | sed -r 's/\<./\U&/g') - proj=$(echo $CI_PROJECT_NAME | tr -d '0123456789' | tr '-' ' ' | sed -r 's/\<./\U&/g') - desc_suffix=$(echo $client $proj) - - cd $CI_PROJECT_DIR/.gitlab/.scripts/ki-ntree/ - url="https://gitlab.com/api/v4/projects/${DIGI_API_PRJ_ID}/packages/generic/digikey_api/0/token_storage.json" - | if [[ -z "$KINTREE_DIGI_TOKEN" ]]; then @@ -151,7 +150,7 @@ image: - 'SEARCH="bom.csv"' - !reference [.commands, strip_tag] - !reference [.commands, get_files] - - cd $CI_PROJECT_DIR/.gitlab/.scripts/ki-ntree/ + - cd $CI_PROJECT_DIR - FAIL=0 - | for f in $FILES