forked from Deuxfleurs/garage
re-disable drone caches
This commit is contained in:
parent
6e28ea6bdc
commit
76efb4999d
1 changed files with 9 additions and 3 deletions
12
.drone.yml
12
.drone.yml
|
@ -29,9 +29,12 @@ steps:
|
||||||
region: garage
|
region: garage
|
||||||
mount:
|
mount:
|
||||||
- '/drone/cargo'
|
- '/drone/cargo'
|
||||||
#- 'target'
|
- 'target'
|
||||||
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: lxpz/garage_builder_amd64:1
|
image: lxpz/garage_builder_amd64:1
|
||||||
|
@ -74,9 +77,12 @@ steps:
|
||||||
region: garage
|
region: garage
|
||||||
mount:
|
mount:
|
||||||
- '/drone/cargo'
|
- '/drone/cargo'
|
||||||
#- 'target'
|
- 'target'
|
||||||
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: lxpz/garage_builder_amd64:1
|
image: lxpz/garage_builder_amd64:1
|
||||||
|
@ -123,6 +129,6 @@ steps:
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: af2fc8228c885d0f9a3326bf6f1e21cb85aef494a57a70608487ad47161ab1d2
|
hmac: de82026387bd09e547dbc9cc5d232fd865204b4f393d32508c50b58f8e60611d
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue