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'
|
- '/drone/cargo/git/db'
|
||||||
path_style: true
|
path_style: true
|
||||||
endpoint: https://garage.deuxfleurs.fr
|
endpoint: https://garage.deuxfleurs.fr
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- nonexistent_skip_this_step
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: rust:buster
|
image: rust:buster
|
||||||
|
@ -72,6 +75,9 @@ steps:
|
||||||
- '/drone/cargo/bin'
|
- '/drone/cargo/bin'
|
||||||
path_style: true
|
path_style: true
|
||||||
endpoint: https://garage.deuxfleurs.fr
|
endpoint: https://garage.deuxfleurs.fr
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- nonexistent_skip_this_step
|
||||||
|
|
||||||
- name: smoke-test
|
- name: smoke-test
|
||||||
image: rust:buster
|
image: rust:buster
|
||||||
|
|
Loading…
Reference in a new issue