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

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

diffs (19 lines):

diff -r 413bd88ae791 -r b6fcc1bf5be4 .drone.yml
--- a/.drone.yml        Wed Apr 06 18:24:28 2022 +0200
+++ b/.drone.yml        Wed Apr 06 23:37:44 2022 +0200
@@ -30,11 +30,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:

Reply via email to