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: auth-4.3.0-beta2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed8314d910dbd61f3f3abfbf51f8a316b93001c;p=thirdparty%2Fpdns.git Allow all connections to the PG server in Circle CI --- 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: