changeset 77cce196efea in modules/stock_package_shipping_dpd:5.6
details: 
https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset;node=77cce196efea
description:
        Restore drone secrets to tox environment

        They were wrongly removed by issue8866
        (grafted from ca9a5483d922da1e58947648dcafe82b9a3e1b5b)
diffstat:

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

diffs (14 lines):

diff -r 9794ba12f6ed -r 77cce196efea .drone.yml
--- a/.drone.yml        Mon May 04 12:32:47 2020 +0200
+++ b/.drone.yml        Thu Oct 08 23:08:25 2020 +0200
@@ -12,8 +12,9 @@
         environment:
             - CFLAGS=-O0
             - DB_CACHE=/cache
-            - TOX_TESTENV_PASSENV=CFLAGS DB_CACHE
+            - TOX_TESTENV_PASSENV=CFLAGS DB_CACHE DPD_USER_ID DPD_PASSWORD
             - POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
+        secrets: [ dpd_user_id, dpd_password ]
         commands:
             - echo "[extensions]" >> /root/.hgrc
             - echo "hgext.share =" >> /root/.hgrc

Reply via email to