From 79aba6f3a8e6355926dc88edd35fc69a23c08001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 8 May 2020 22:39:27 +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 c75ef2f..2020d20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -64,5 +64,6 @@ steps: status: [ failure ] volumes: - - name: cache - temp: {} +- name: cache + host: + path: "/tmp/cache"