fix dependency stage
This commit is contained in:
parent
8f3d7128a8
commit
9ed2194d78
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ steps:
|
|||
|
||||
- name: wait_for_postgres
|
||||
image: docker.io/library/postgres:17.2
|
||||
depends_on:
|
||||
- postgres
|
||||
commands:
|
||||
# Wait for postgres to become available
|
||||
- |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue