fix postgres variables
This commit is contained in:
parent
c317e47a88
commit
07116fc679
1 changed files with 4 additions and 1 deletions
|
@ -36,7 +36,10 @@ test sqlite to postgres:
|
||||||
- "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald"
|
- "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald"
|
||||||
- SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald signald --migrate-data
|
- SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald signald --migrate-data
|
||||||
services:
|
services:
|
||||||
- postgres:latest
|
- name: postgres:latest
|
||||||
|
alias: postgres
|
||||||
|
variables:
|
||||||
|
POSTGRES_HOST_AUTH_METHOD: trust
|
||||||
|
|
||||||
.build:
|
.build:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
Loading…
Reference in a new issue