changeset 3a90fb569f1e in trytond:5.4
details: https://hg.tryton.org/trytond?cmd=changeset;node=3a90fb569f1e
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 0f5be24062cf -r 3a90fb569f1e .drone.yml
--- a/.drone.yml        Sat Feb 15 01:43:11 2020 +0100
+++ b/.drone.yml        Sun Mar 01 21:03:17 2020 +0100
@@ -19,6 +19,8 @@
 services:
     postgresql:
         image: postgres
+        environment:
+            - POSTGRES_HOST_AUTH_METHOD=trust
         when:
             matrix:
                 DATABASE: postgresql

Reply via email to