From 25414aada0fc27c53d480e02d4cf7088d0d2d8a5 Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 4 Jan 2024 15:15:16 +1100 Subject: [PATCH] try different cache volume --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ef36943..138ec57 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: - pkg.mod - pkg.build volumes: - - name: shared + - name: cache path: /go - name: build @@ -62,7 +62,7 @@ steps: - pkg.mod - pkg.build volumes: - - name: shared + - name: cache path: /go # Copy binary to test server