re-disable drone caches

This commit is contained in:
Alex 2021-04-08 20:13:28 +02:00
parent 640e3921d8
commit f2e1fca658
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 9 additions and 3 deletions

View File

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