From 72f36f0791e0bed62ebd7adbdd1298a778d83139 Mon Sep 17 00:00:00 2001 From: NADAL Jean-Baptiste Date: Thu, 9 Jan 2020 10:20:39 +0100 Subject: [PATCH] update drone.yml to send satus event on test failure. --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index cda85f3..0b57757 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,6 +48,10 @@ steps: {{else}} build {{build.number}} failed. Fix me please. {{/success}} + when: + status: + - failure + - success image_pull_secrets: - dockerconfigjson