From 1c97b82c456a28343091109510455c045e919901 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 8 Apr 2021 15:29:22 +0200 Subject: [PATCH] Skip Drone CI caching --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 3a4660b2..61d3ab7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,6 +28,9 @@ steps: - '/drone/cargo/git/db' path_style: true endpoint: https://garage.deuxfleurs.fr + when: + branch: + - nonexistent_skip_this_step - name: build image: rust:buster @@ -72,6 +75,9 @@ steps: - '/drone/cargo/bin' path_style: true endpoint: https://garage.deuxfleurs.fr + when: + branch: + - nonexistent_skip_this_step - name: smoke-test image: rust:buster