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-08 15:29:22 +0200
commit898fd1dc811f68acf2533475545a584da97985dc (patch)
tree8e070a5c88ebe0e67c6cbeca5c52af7a66e7803b
parentaf6774a511904f25c7d156aeea12504deab82078 (diff)
downloadgarage-898fd1dc811f68acf2533475545a584da97985dc.tar.gz
garage-898fd1dc811f68acf2533475545a584da97985dc.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