diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-08 15:29:22 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-08 15:29:22 +0200 |
commit | 898fd1dc811f68acf2533475545a584da97985dc (patch) | |
tree | 8e070a5c88ebe0e67c6cbeca5c52af7a66e7803b /.drone.yml | |
parent | af6774a511904f25c7d156aeea12504deab82078 (diff) | |
download | garage-898fd1dc811f68acf2533475545a584da97985dc.tar.gz garage-898fd1dc811f68acf2533475545a584da97985dc.zip |
Skip Drone CI caching
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |