From 07cea5bf7d9620eb4a8f0b78410498c17f586cfe Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Tue, 10 Mar 2020 14:24:51 +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