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

This commit is contained in:
matt1432 2023-03-08 15:58:44 -05:00
parent e35e7035ca
commit 1878b079b5

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.8-venv - apt install -y --no-install-recommends pipx python3.9-venv
- pipx install pipenv - pipx install pipenv
- pipx ensurepath - pipx ensurepath
- export PATH=/root/.local/bin:$PATH - export PATH=/root/.local/bin:$PATH