From 91143f2628c34386111fddf5342baa67b11c54ef Mon Sep 17 00:00:00 2001 From: Nathan Coad Date: Thu, 11 Jan 2024 14:49:25 +1100 Subject: [PATCH] temporarily remove condition to rebuild cache --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 53c9ee7..efc40f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -103,9 +103,9 @@ steps: - name: rebuild-cache-with-filesystem image: meltwater/drone-cache pull: true - when: - event: - - tag + # when: + # event: + # - tag settings: backend: "filesystem" #debug: true