From e0b5f24532b65f8832a07e0ae03487a3055b5d57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 8 May 2020 22:39:18 +0200 Subject: [PATCH] use host path volume --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c41c030..b8da704 100644 --- a/.drone.yml +++ b/.drone.yml @@ -64,5 +64,6 @@ steps: status: [ failure ] volumes: - - name: cache - temp: {} +- name: cache + host: + path: "/tmp/cache"