From 4952eab3e9187d87950f20e9f83c70095c870008 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Tue, 28 Apr 2020 19:31:42 +0200 Subject: [PATCH] slack should be last step --- .drone.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5f65704..8a4c14c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 ]