From f5e7df155a9ddeee2124ea64cad06f66e116b8c2 Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Tue, 10 Mar 2020 14:21:36 +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 04922b9..597415c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,8 @@ pipeline: services: postgresql: image: postgres + environment: + - POSTGRES_HOST_AUTH_METHOD=trust when: matrix: DATABASE: postgresql