CI: Fix: Options must not end with newline

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2025-04-06 22:47:21 +02:00
parent 22325da84f
commit 2543622abf
Signed by: luzifer
SSH key fingerprint: SHA256:/xtE5lCgiRDQr8SLxHMS92ZBlACmATUmF1crK16Ks4E

View file

@ -99,7 +99,7 @@ jobs:
services:
crdb:
image: luzifer/crdb-gh-service@sha256:d25372d1c7f95f1c75e8d4988c094f3a9f57c3474901a4b731de083a377e5c1b
options: >
options: >-
--health-cmd "curl -sSf http://localhost:8080/health"
--health-interval 10s
--health-retries 5
@ -150,7 +150,7 @@ jobs:
MYSQL_PASSWORD: twitch-bot-pass
MYSQL_ROOT_PASSWORD: root-pass
MYSQL_USER: twitch-bot
options: >
options: >-
--health-cmd "healthcheck.sh
--connect
--innodb_initialized"
@ -196,7 +196,7 @@ jobs:
MYSQL_PASSWORD: twitch-bot-pass
MYSQL_ROOT_PASSWORD: root-pass
MYSQL_USER: twitch-bot
options: >
options: >-
--health-cmd "mysqladmin ping"
--health-interval 10s
--health-retries 5
@ -238,7 +238,7 @@ jobs:
image: postgres:15@sha256:9e9298817d19f4bd60c5028a25762b394db37dda173dd3d035a1bc155542051a
env:
POSTGRES_PASSWORD: twitch-bot-pass
options: >
options: >-
--health-cmd pg_isready
--health-interval 10s
--health-retries 5