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

This commit is contained in:
matt1432 2023-03-08 15:41:46 -05:00
parent 9c1200868e
commit 25e14f043e

View file

@ -7,8 +7,8 @@ steps:
image: eclipse-temurin:17.0.6_10-jdk-focal image: eclipse-temurin:17.0.6_10-jdk-focal
entrypoint: [ "/bin/bash" ] entrypoint: [ "/bin/bash" ]
commands: commands:
- apt-get update - apt update
- apt-get install -y --no-install-recommends \ - apt install -y --no-install-recommends \
ca-certificates \ ca-certificates \
curl \ curl \
python3.9 \ python3.9 \