changeset b5d82c3b5c9a in modules/web_shortener:default
details:
https://hg.tryton.org/modules/web_shortener?cmd=changeset&node=b5d82c3b5c9a
description:
Add cache volume for check pipelines
diffstat:
.drone.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff -r d3b7ac82d122 -r b5d82c3b5c9a .drone.yml
--- a/.drone.yml Sat Dec 18 16:34:37 2021 +0100
+++ b/.drone.yml Wed Apr 06 23:37:45 2022 +0200
@@ -29,6 +29,8 @@
- pip install twine
- python setup.py sdist
- twine check dist/*
+ volumes:
+ - cache:/root/.cache
services:
postgresql: