fix postgres variables

This commit is contained in:
finn 2022-05-17 17:34:53 -07:00
parent c317e47a88
commit 07116fc679

View file

@ -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