changeset 41c1c25bdb68 in trytond-gis:5.0
details: https://hg.tryton.org/trytond-gis?cmd=changeset;node=41c1c25bdb68
description:
        Set auth-method to trust for drone build

        issue9063
diffstat:

 .drone.yml |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 9b493eae0289 -r 41c1c25bdb68 .drone.yml
--- a/.drone.yml        Sat Jan 26 01:12:04 2019 +0100
+++ b/.drone.yml        Sun Mar 01 21:03:51 2020 +0100
@@ -18,7 +18,9 @@
 
 services:
     postgresql:
-        image: mdillon/postgis
+        image: postgis/postgis
+        environment:
+            - POSTGRES_HOST_AUTH_METHOD=trust
 
 matrix:
     include:

Reply via email to