From 548e980096169f15f2292abcef71cfa886ffd426 Mon Sep 17 00:00:00 2001 From: unurled Date: Sun, 26 Jun 2022 20:42:07 +0200 Subject: [PATCH] update drone-ci --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 970e815..08fef44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: # Mount the cache volume, needs "Trusted" volumes: - name: cache - path: /tmp/cache + path: /cache - name: build image: gradle:jdk17 @@ -43,11 +43,11 @@ steps: # Mount the cache volume, needs "Trusted" volumes: - name: cache - path: /tmp/cache + path: /cache volumes: - name: cache host: - path: /var/lib/cache + path: /tmp/cache # temp: {} \ No newline at end of file