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 ]