diff options
Diffstat (limited to '.drone.yml')
-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 ... |