Fix drone yaml syntax
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Garrett Mills 2021-02-09 11:02:49 -06:00
parent 4c9bd43c7d
commit 268110ac8d
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -37,17 +37,17 @@ steps:
when: when:
status: success status: success
- name: send build error notifications - name: send build error notifications
image: plugins/webhook image: plugins/webhook
settings: settings:
urls: urls:
from_secret: notify_webhook_url from_secret: notify_webhook_url
content_type: application/json content_type: application/json
template: | template: |
{ {
"title": "Drone-CI [matterlink-reboot @ ${DRONE_BUILD_NUMBER}]", "title": "Drone-CI [matterlink-reboot @ ${DRONE_BUILD_NUMBER}]",
"message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR})", "message": "Build failed! (Changes by ${DRONE_COMMIT_AUTHOR})",
"priority": 6 "priority": 6
} }
when: when:
status: failure status: failure