forked from Deuxfleurs/garage
Skip Drone CI caching
This commit is contained in:
parent
5c4b2cec3c
commit
1c97b82c45
1 changed files with 6 additions and 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
|
||||
|
|
Loading…
Reference in a new issue