fix(updater): i cant count+15 attempt to convert to drone

This commit is contained in:
matt1432 2023-03-08 16:00:56 -05:00
parent 1878b079b5
commit d88b9dbf05

View file

@ -8,7 +8,7 @@ steps:
entrypoint: [ "/bin/bash" ] entrypoint: [ "/bin/bash" ]
commands: commands:
- apt update - apt update
- apt install -y --no-install-recommends pipx python3.9-venv - apt install -y --no-install-recommends pipx python3-venv
- pipx install pipenv - pipx install pipenv
- pipx ensurepath - pipx ensurepath
- export PATH=/root/.local/bin:$PATH - export PATH=/root/.local/bin:$PATH