From f8a8b2247f05b500a05c9f9d1f07eb62847a88fe Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Sun, 24 Apr 2022 11:37:28 +0000 Subject: [PATCH] fix: fail silently when restoring cache --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1c16b87..e2a8efd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,6 @@ steps: - _build - deps restore: true - exit_code: true volumes: - name: cache path: /tmp/cache