From: Remi Gacogne Date: Mon, 17 Feb 2020 14:11:29 +0000 (+0100) Subject: Allow all connections to the PG server in Circle CI X-Git-Tag: rec-4.3.0~2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8865%2Fhead;p=thirdparty%2Fpdns.git Allow all connections to the PG server in Circle CI (cherry picked from commit fed8314d910dbd61f3f3abfbf51f8a316b93001c) --- diff --git a/.circleci/config.yml b/.circleci/config.yml index fdad96fd71..0aa6818ba0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -730,6 +730,7 @@ jobs: - image: circleci/postgres:9 environment: POSTGRES_USER: root + POSTGRES_HOST_AUTH_METHOD: trust steps: - auth-regress-setup - run: