From 6e0c4098151176b3eaa47012e96bd321c808c4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Fri, 8 May 2020 22:38:52 +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"