diff options
author | Alex Auvolat <alex@adnab.me> | 2021-04-08 20:13:28 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2021-04-27 16:37:11 +0200 |
commit | f2e1fca658b55d60e6d7d19f0417397ba7104e62 (patch) | |
tree | 95ffc471b622f42f4f793a308ad60ca3fd53c1ac | |
parent | 640e3921d8a2b341ff623e3fc3665f246083bb22 (diff) | |
download | garage-f2e1fca658b55d60e6d7d19f0417397ba7104e62.tar.gz garage-f2e1fca658b55d60e6d7d19f0417397ba7104e62.zip |
re-disable drone caches
-rw-r--r-- | .drone.yml | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 ... |