Fix drone yaml syntax
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

master test-2
Garrett Mills 3 years ago
parent 4c9bd43c7d
commit 268110ac8d
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

@ -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
- 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
Loading…
Cancel
Save