changeset 6c66a37210e7 in modules/web_user:5.0
details: https://hg.tryton.org/modules/web_user?cmd=changeset;node=6c66a37210e7
description:
        Set auth-method to trust for drone build

        issue9063
diffstat:

 .drone.yml |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 0cf837a2571e -r 6c66a37210e7 .drone.yml
--- a/.drone.yml        Tue Feb 19 22:16:36 2019 +0100
+++ b/.drone.yml        Sun Mar 01 21:03:51 2020 +0100
@@ -19,6 +19,8 @@
 services:
     postgresql:
         image: postgres
+        environment:
+            - POSTGRES_HOST_AUTH_METHOD=trust
         when:
             matrix:
                 DATABASE: postgresql

Reply via email to