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