Browse Source

make it run on failure and succes

pull/4/head
Grant Limberg 4 years ago
parent
commit
51158dde93
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A
  1. 4
      .drone.yml

4
.drone.yml

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

Loading…
Cancel
Save