From 445473ec9d2aa4cea80ec4fcc6fcbf3e9e860911 Mon Sep 17 00:00:00 2001 From: finn Date: Tue, 17 May 2022 17:43:39 -0700 Subject: [PATCH] sslmode=disable --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6624ce9..cd6a1a6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,8 +33,8 @@ test sqlite to postgres: - cd / - signald --migrate-data - echo 'CREATE DATABASE signald' | psql -h postgres -U postgres -a - - "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald" - - SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald signald --migrate-data + - "${CI_PROJECT_DIR}/signaldctl db-move postgresql://postgres@postgres/signald?sslmode=disable" + - SIGNALD_DATABASE_URI=postgresql://postgres@postgres/signald?sslmode=disable signald --migrate-data services: - name: postgres:latest alias: postgres