Fixup curl install issue with new kibot image

This commit is contained in:
ac
2024-10-25 10:06:23 +10:00
parent 1388e1aa20
commit cc2f1a7605

View File

@@ -127,6 +127,7 @@ image:
boms:
- cd $CI_PROJECT_DIR/.gitlab/.scripts/ki-ntree/
- apt remove libcurl4 -y
- apt update && apt install curl pip -y && pip install --break-system-packages poetry
- poetry install
- url="https://gitlab.com/api/v4/projects/${DIGI_API_PRJ_ID}/packages/generic/digikey_api/0/token_storage.json"