Add basic CI setup #30
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue