From 51158dde934f5f7709e8d3f45be076c9a2a73722 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Fri, 4 Feb 2022 12:58:12 -0800 Subject: [PATCH] make it run on failure and succes --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index bc16bd58f..832d3be6f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,10 @@ steps: from_secret: mattermost-host channel: from_secret: mattermost-channel + when: + status: + - failure + - success image_pull_secrets: - dockerconfigjson