fix(ci): return postgres anchor
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
2af6dad204
commit
da6d47a42e
@ -9,7 +9,7 @@ trigger:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: database healthcheck
|
- name: database healthcheck
|
||||||
image: 'postgres:17.0-alpine'
|
image: &postgres 'postgres:17.0-alpine'
|
||||||
environment:
|
environment:
|
||||||
PGUSER: &db_user postgres
|
PGUSER: &db_user postgres
|
||||||
PGPASSWORD: &db_pass postgres
|
PGPASSWORD: &db_pass postgres
|
||||||
|
Loading…
x
Reference in New Issue
Block a user