changeset 2fa4094971e3 in modules/account_payment_stripe:5.6
details:
https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset;node=2fa4094971e3
description:
Restore drone secrets to tox environment
They were wrongly removed by issue8866
(grafted from fc90011f10121e2518ed6604676ee80dca83e5a0)
diffstat:
.drone.yml | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (14 lines):
diff -r c7946e8d25ff -r 2fa4094971e3 .drone.yml
--- a/.drone.yml Sun Aug 02 17:47:58 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 STRIPE_SECRET_KEY
STRIPE_PUBLISHABLE_KEY
- POSTGRESQL_URI=postgresql://postgres@postgresql:5432/
+ secrets: [ stripe_secret_key, stripe_publishable_key ]
commands:
- echo "[extensions]" >> /root/.hgrc
- echo "hgext.share =" >> /root/.hgrc