fix dependency stage
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed

This commit is contained in:
Moritz 2025-04-23 21:21:51 +02:00
parent 8f3d7128a8
commit 9ed2194d78
Signed by: moritz
GPG key ID: 1020A035E5DD0824

View file

@ -32,6 +32,8 @@ steps:
- name: wait_for_postgres - name: wait_for_postgres
image: docker.io/library/postgres:17.2 image: docker.io/library/postgres:17.2
depends_on:
- postgres
commands: commands:
# Wait for postgres to become available # Wait for postgres to become available
- | - |