test(ci): correct RM-61 crash control entrypoint
ci/woodpecker/pr/ci Pipeline failed

This commit is contained in:
2026-08-01 08:28:30 -05:00
parent 9455cd6a26
commit 25ac59715a
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -148,10 +148,10 @@ services:
POSTGRES_USER: mosaic
POSTGRES_PASSWORD: mosaic
POSTGRES_DB: mosaic
PGPASSWORD: mosaic
entrypoint:
- /bin/sh
- -c
commands:
- |
docker-entrypoint.sh postgres &
postgres_pid=$$!