From 386b781a8c647e31e4b83e7d1a49748394e20bf7 Mon Sep 17 00:00:00 2001 From: andrewc Date: Wed, 9 Oct 2024 08:56:09 +1000 Subject: [PATCH] Print out token, shouldn't make a difference but it seems to be working now? --- kibot-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kibot-ci.yml b/kibot-ci.yml index 9101793..b853589 100644 --- a/kibot-ci.yml +++ b/kibot-ci.yml @@ -136,7 +136,7 @@ image: else cp $KINTREE_DIGI_TOKEN token_storage.json fi - - ls + - cat token_storage.json - cd $CI_PROJECT_DIR/Fabrication - 'SEARCH="bom.csv"' - !reference [.commands, strip_tag] @@ -150,6 +150,7 @@ image: poetry run python -m kintree_cli -p $CI_PROJECT_DIR/Fabrication/$f --assembly "{'ipn': '$name', 'rev': '$TAG'}" --settings $KINTREE_SETT --digi_token token_storage.json done - | + cat /tmp/token_storage.json curl --header "JOB-TOKEN: $CI_JOB_TOKEN" --upload-file /tmp/token_storage.json $url git_tag: @@ -257,6 +258,7 @@ outputs_all: - !reference [.commands, kibot] - !reference [.commands, neo] - ls Fabrication/ + - !reference [.commands, boms] inventree_job: stage: inventree