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

This commit is contained in:
matt1432 2023-03-08 16:06:07 -05:00
parent ab16631632
commit 01966c1e33

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