changeset 617f9bd85f0a in modules/production_work_timesheet:default
details: 
https://hg.tryton.org/modules/production_work_timesheet?cmd=changeset&node=617f9bd85f0a
description:
        Add cache volume for check pipelines
diffstat:

 .drone.yml |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r 70d807e24d7e -r 617f9bd85f0a .drone.yml
--- a/.drone.yml        Sun Jan 23 12:54:56 2022 +0100
+++ b/.drone.yml        Wed Apr 06 23:37:43 2022 +0200
@@ -29,6 +29,8 @@
             - pip install twine
             - python setup.py sdist
             - twine check dist/*
+        volumes:
+            - cache:/root/.cache
 
 services:
     postgresql:

Reply via email to