changeset 8ff1db4c0397 in modules/attendance:default
details: 
https://hg.tryton.org/modules/attendance?cmd=changeset;node=8ff1db4c0397
description:
        Add environment and volumes to clone stage in drone

        issue9918
        review308821002
diffstat:

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

diffs (14 lines):

diff -r 3b7867bd2b69 -r 8ff1db4c0397 .drone.yml
--- a/.drone.yml        Mon Nov 02 17:12:24 2020 +0100
+++ b/.drone.yml        Sat Dec 05 15:10:25 2020 +0000
@@ -1,6 +1,10 @@
 clone:
     hg:
         image: plugins/hg
+        environment:
+            - HG_SHARE_POOL=/root/.cache/hg
+        volumes:
+            - cache:/root/.cache
 
 pipeline:
     tox:

Reply via email to