From 90ea54100d22365803a6aa4eceae4e9e4936bc93 Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Tue, 28 Apr 2020 21:41:05 +0200 Subject: [PATCH] Fixing build - something changed with the Postgres image --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 90a170f6b..3af3436cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -130,6 +130,7 @@ services: ports: ["5432"] environment: - POSTGRES_USER=postgres + - POSTGRES_HOST_AUTH_METHOD=trust mysql: image: mysql:5.6.27 ports: ["3306"]