changeset e915e8f6a460 in modules/stock_package_shipping_dpd:default
details:
https://hg.tryton.org/modules/stock_package_shipping_dpd?cmd=changeset&node=e915e8f6a460
description:
Add cache volume for check pipelines
diffstat:
.drone.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r 736a59439363 -r e915e8f6a460 .drone.yml
--- a/.drone.yml Mon Mar 07 00:23:41 2022 +0100
+++ b/.drone.yml Wed Apr 06 23:37:44 2022 +0200
@@ -30,6 +30,8 @@
- pip install twine
- python setup.py sdist
- twine check dist/*
+ volumes:
+ - cache:/root/.cache
services:
postgresql: