Skip Drone CI caching

This commit is contained in:
Alex 2021-04-08 15:29:22 +02:00
parent 5c4b2cec3c
commit 1c97b82c45
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 6 additions and 0 deletions

View File

@ -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