diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-08 15:29:22 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:37:11 +0200 |
commit | 1c97b82c456a28343091109510455c045e919901 (patch) | |
tree | 9769ea523467a47e1321fe0a5b51872ba576a512 | |
parent | 5c4b2cec3cc1242886199ed6d9248fae0f922036 (diff) | |
download | garage-1c97b82c456a28343091109510455c045e919901.tar.gz garage-1c97b82c456a28343091109510455c045e919901.zip |
Skip Drone CI caching
-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 |