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

This commit is contained in:
matt1432 2023-03-08 16:04:30 -05:00
parent d88b9dbf05
commit ab16631632

View file

@ -14,4 +14,4 @@ steps:
- export PATH=/root/.local/bin:$PATH
- pipenv install
- cd updater
- pipenv run python main.py
- pipenv --python /usr/bin/python3.9 run python main.py