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.2.2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8834%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 87639ca9ab..496a559565 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -512,6 +512,7 @@ jobs: - image: circleci/postgres:9 environment: POSTGRES_USER: root + POSTGRES_HOST_AUTH_METHOD: trust steps: - auth-regress-setup - run: