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