changeset 4bdb857512f1 in trytond-gis:5.2
details: https://hg.tryton.org/trytond-gis?cmd=changeset;node=4bdb857512f1
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 4f3612ab519c -r 4bdb857512f1 .drone.yml
--- a/.drone.yml        Mon May 06 14:47:40 2019 +0200
+++ b/.drone.yml        Sun Mar 01 21:03:32 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