changeset 6fa97093a1c8 in modules/sale_promotion_coupon_payment:default
details:
https://hg.tryton.org/modules/sale_promotion_coupon_payment?cmd=changeset&node=6fa97093a1c8
description:
Fix image name and add linkcheck and volumes to drone
diffstat:
.drone.yml | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r ecaaa3b88fd2 -r 6fa97093a1c8 .drone.yml
--- a/.drone.yml Sun Jul 17 19:09:44 2022 +0200
+++ b/.drone.yml Sun Jul 17 19:20:12 2022 +0200
@@ -29,11 +29,16 @@
- pip install twine
- python setup.py sdist
- twine check dist/*
+ volumes:
+ - cache:/root/.cache
check_doc:
- image: ${IMAGE]
+ image: ${IMAGE}
commands:
- pip install sphinx
- python -m sphinx -T -E -W -n -b html doc _build/html
+ - python -m sphinx -T -E -W -n -b linkcheck doc _build
+ volumes:
+ - cache:/root/.cache
services:
postgresql: