changeset fc90011f1012 in modules/account_payment_stripe:default
details:
https://hg.tryton.org/modules/account_payment_stripe?cmd=changeset;node=fc90011f1012
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 f5a1e9c7b140 -r fc90011f1012 .drone.yml
--- a/.drone.yml Sat Aug 29 18:17:51 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