Edit kibot-ci.yml
This commit is contained in:
@@ -133,9 +133,10 @@ image:
|
||||
- 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/
|
||||
- apt --fix-broken install
|
||||
- apt remove libcurl4 -y
|
||||
- apt update && apt install curl pip -y && pip install --break-system-packages poetry
|
||||
#- apt --fix-broken install
|
||||
#- apt remove libcurl4 -y
|
||||
#- apt update && apt install curl pip -y && pip install --break-system-packages poetry
|
||||
- apt update && apt install 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"
|
||||
- |
|
||||
|
||||
Reference in New Issue
Block a user