aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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