fix(updater): 10th attempt to convert to drone

This commit is contained in:
matt1432 2023-03-08 15:49:01 -05:00
parent 3f1d78b86a
commit 228c84400a

View file

@ -8,15 +8,7 @@ steps:
entrypoint: [ "/bin/bash" ] entrypoint: [ "/bin/bash" ]
commands: commands:
- apt update - apt update
- apt install -y \ - apt install -y curl python3.9 python3-pip python3.9-dev python3-setuptools python3-wheel pipx
ca-certificates \
curl \
python3.9 \
python3-pip \
python3.9-dev \
python3-setuptools \
python3-wheel \
pipx
- pipx install pipenv - pipx install pipenv
- pipenv install - pipenv install
- cd updater - cd updater