changeset 856e4fa403b9 in modules/stock_supply_production:5.2
details: 
https://hg.tryton.org/modules/stock_supply_production?cmd=changeset;node=856e4fa403b9
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 f77349909899 -r 856e4fa403b9 .drone.yml
--- a/.drone.yml        Mon Jul 01 22:06:54 2019 +0200
+++ b/.drone.yml        Sun Mar 01 21:03:32 2020 +0100
@@ -19,6 +19,8 @@
 services:
     postgresql:
         image: postgres
+        environment:
+            - POSTGRES_HOST_AUTH_METHOD=trust
         when:
             matrix:
                 DATABASE: postgresql

Reply via email to