changeset b411c613fca2 in modules/product_kit:default
details:
https://hg.tryton.org/modules/product_kit?cmd=changeset&node=b411c613fca2
description:
Add cache volume for check pipelines
diffstat:
.drone.yml | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (19 lines):
diff -r ffeafe1cbe9f -r b411c613fca2 .drone.yml
--- a/.drone.yml Wed Apr 06 18:52:08 2022 +0200
+++ b/.drone.yml Wed Apr 06 23:37:43 2022 +0200
@@ -29,11 +29,15 @@
- pip install twine
- python setup.py sdist
- twine check dist/*
+ volumes:
+ - cache:/root/.cache
check_doc:
image: ${IMAGE}
commands:
- pip install sphinx
- python -m sphinx -T -E -W -n -b html doc _build/html
+ volumes:
+ - cache:/root/.cache
services:
postgresql: