fix(updater): 5th attempt to convert to drone
This commit is contained in:
parent
7b89fc5a98
commit
7f18369e78
1 changed files with 1 additions and 1 deletions
2
.github/workflows/updater.yml
vendored
2
.github/workflows/updater.yml
vendored
|
@ -5,7 +5,7 @@ name: Updater
|
||||||
steps:
|
steps:
|
||||||
- name: update
|
- name: update
|
||||||
image: eclipse-temurin:17.0.6_10-jdk-focal
|
image: eclipse-temurin:17.0.6_10-jdk-focal
|
||||||
entrypoint: bash
|
entrypoint: "bash"
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y --no-install-recommends \
|
- apt-get install -y --no-install-recommends \
|
||||||
|
|
Loading…
Reference in a new issue