forked from Deuxfleurs/garage
re-disable drone caches
This commit is contained in:
parent
640e3921d8
commit
f2e1fca658
1 changed files with 9 additions and 3 deletions
12
.drone.yml
12
.drone.yml
|
@ -29,9 +29,12 @@ steps:
|
|||
region: garage
|
||||
mount:
|
||||
- '/drone/cargo'
|
||||
#- 'target'
|
||||
- 'target'
|
||||
path_style: true
|
||||
endpoint: https://garage.deuxfleurs.fr
|
||||
when:
|
||||
branch:
|
||||
- nonexistent_skip_this_step
|
||||
|
||||
- name: build
|
||||
image: lxpz/garage_builder_amd64:1
|
||||
|
@ -74,9 +77,12 @@ steps:
|
|||
region: garage
|
||||
mount:
|
||||
- '/drone/cargo'
|
||||
#- 'target'
|
||||
- 'target'
|
||||
path_style: true
|
||||
endpoint: https://garage.deuxfleurs.fr
|
||||
when:
|
||||
branch:
|
||||
- nonexistent_skip_this_step
|
||||
|
||||
- name: smoke-test
|
||||
image: lxpz/garage_builder_amd64:1
|
||||
|
@ -123,6 +129,6 @@ steps:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: af2fc8228c885d0f9a3326bf6f1e21cb85aef494a57a70608487ad47161ab1d2
|
||||
hmac: de82026387bd09e547dbc9cc5d232fd865204b4f393d32508c50b58f8e60611d
|
||||
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue