changeset c2b15d6066e4 in modules/stock_package_shipping_ups:default
details:
https://hg.tryton.org/modules/stock_package_shipping_ups?cmd=changeset;node=c2b15d6066e4
description:
Restore drone secrets to tox environment
They were wrongly removed by issue8866
diffstat:
.drone.yml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r 3f3a14d83c6f -r c2b15d6066e4 .drone.yml
--- a/.drone.yml Thu Jul 09 10:21:08 2020 +0100
+++ 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 UPS_USER_ID UPS_PASSWORD
UPS_LICENSE UPS_ACCOUNT_NUMBER
- POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
+ secrets: [ ups_user_id, ups_password, ups_account_number, ups_license ]
commands:
- echo "[extensions]" >> /root/.hgrc
- echo "hgext.share =" >> /root/.hgrc