From fed8314d910dbd61f3f3abfbf51f8a316b93001c Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 17 Feb 2020 15:11:29 +0100 Subject: [PATCH] Allow all connections to the PG server in Circle CI --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a5e6b6fc45..5275fa5734 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -733,6 +733,7 @@ jobs: - image: circleci/postgres:9 environment: POSTGRES_USER: root + POSTGRES_HOST_AUTH_METHOD: trust steps: - auth-regress-setup - run: -- 2.47.2