aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-04-08 15:29:22 +0200
committerAlex Auvolat <alex@adnab.me>2021-04-27 16:37:11 +0200
commit1c97b82c456a28343091109510455c045e919901 (patch)
tree9769ea523467a47e1321fe0a5b51872ba576a512
parent5c4b2cec3cc1242886199ed6d9248fae0f922036 (diff)
downloadgarage-1c97b82c456a28343091109510455c045e919901.tar.gz
garage-1c97b82c456a28343091109510455c045e919901.zip
Skip Drone CI caching
-rw-r--r--.drone.yml6
1 files changed, 6 insertions, 0 deletions
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