diff options
author | Andrew Lewis <nerf@judo.za.org> | 2023-09-29 22:02:09 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2023-09-29 22:03:00 +0200 |
commit | a166379c3f435dc642cd089a5a00111f343b12e0 (patch) | |
tree | 38bf26f3a0dfbe803fd38ad7851ce85b5413e648 /.drone.yml | |
parent | 5fd59769063fafbe221c63ae7987f76d1eb8921a (diff) | |
download | rspamd-a166379c3f435dc642cd089a5a00111f343b12e0.tar.gz rspamd-a166379c3f435dc642cd089a5a00111f343b12e0.zip |
[Test] Try to close coveralls parallel builds when failed
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index 365388f5e..4ec75e663 100644 --- a/.drone.yml +++ b/.drone.yml @@ -462,6 +462,10 @@ "event": [ "push", "tag" + ], + "status": [ + "success", + "failure" ] }, "type": "docker" @@ -544,7 +548,7 @@ } --- { - "hmac": "e6516adb52533ad1bfedc9ebca429c73cda213b08314d62195f713bb3588b22f", + "hmac": "0000000000000000000000000000000000000000000000000000000000000000", "kind": "signature" } ... |