fix(updater): i cant count+1 attempt to convert to drone
This commit is contained in:
parent
880ebbbb1c
commit
e35e7035ca
1 changed files with 1 additions and 0 deletions
1
.github/workflows/updater.yml
vendored
1
.github/workflows/updater.yml
vendored
|
@ -11,6 +11,7 @@ steps:
|
|||
- apt install -y --no-install-recommends pipx python3.8-venv
|
||||
- pipx install pipenv
|
||||
- pipx ensurepath
|
||||
- export PATH=/root/.local/bin:$PATH
|
||||
- pipenv install
|
||||
- cd updater
|
||||
- pipenv run python main.py
|
||||
|
|
Loading…
Reference in a new issue