diff --git a/.drone.yml b/.drone.yml index 0939d74..2f319a5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,17 +37,17 @@ steps: when: status: success - - name: send build error notifications - image: plugins/webhook - settings: - urls: - from_secret: notify_webhook_url - content_type: application/json - template: | - { - "title": "Drone-CI [matterlink-reboot @ ${DRONE_BUILD_NUMBER}]", - "message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR})", - "priority": 6 - } - when: - status: failure \ No newline at end of file + - name: send build error notifications + image: plugins/webhook + settings: + urls: + from_secret: notify_webhook_url + content_type: application/json + template: | + { + "title": "Drone-CI [matterlink-reboot @ ${DRONE_BUILD_NUMBER}]", + "message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR})", + "priority": 6 + } + when: + status: failure \ No newline at end of file