Browse Source

make it run on failure and succes

Grant Limberg 3 years ago
parent
commit
51158dde93
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .drone.yml

+ 4 - 0
.drone.yml

@@ -20,6 +20,10 @@ steps:
         from_secret: mattermost-host
       channel:
         from_secret: mattermost-channel
+    when:
+      status:
+        - failure
+        - success
 
 image_pull_secrets:
   - dockerconfigjson