slack should be last step
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Torma Kristóf 2020-04-28 19:31:42 +02:00
parent a278ba3f74
commit 4952eab3e9
1 changed files with 10 additions and 10 deletions

View File

@ -26,16 +26,6 @@ steps:
- latest
- ${DRONE_BUILD_NUMBER}
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook
channel: alerts-ci
icon_url: https://cloudcdn.tormakristof.eu/static/drone.svg
when:
status: [ failure ]
- name: build-docs
image: banzaicloud/drone-kaniko
settings:
@ -49,3 +39,13 @@ steps:
tags:
- latest
- ${DRONE_BUILD_NUMBER}
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook
channel: alerts-ci
icon_url: https://cloudcdn.tormakristof.eu/static/drone.svg
when:
status: [ failure ]