From e1354eb3c92add4aa65a96d2c5afe20b3a62a54d Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Tue, 10 Mar 2020 14:26:48 +0100 Subject: [PATCH] "Set auth-method to trust for drone build [SKIP CI]" --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 560e3bf..5707620 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,8 @@ pipeline: services: postgresql: image: postgres + environment: + - POSTGRES_HOST_AUTH_METHOD=trust when: matrix: DATABASE: postgresql