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

This commit is contained in:
matt1432 2023-03-08 15:38:29 -05:00
parent 7f18369e78
commit 9c1200868e

View file

@ -5,7 +5,7 @@ name: Updater
steps:
- name: update
image: eclipse-temurin:17.0.6_10-jdk-focal
entrypoint: "bash"
entrypoint: [ "/bin/bash" ]
commands:
- apt-get update
- apt-get install -y --no-install-recommends \