More drone reporting updates
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-02 18:02:57 -04:00
parent 52454649f5
commit b95dfb8cf3

View File

@@ -24,7 +24,7 @@ steps:
commands:
- yarn lint
- name: send
- name: send-test-results
image: plugins/webhook
settings:
urls: https://lab.mifi.dev/hooks/9p65zpagctgkmndo8nwwm4199r
@@ -41,7 +41,7 @@ steps:
commands:
- yarn build
- name: send
- name: send-build-results
image: plugins/webhook
settings:
urls: https://lab.mifi.dev/hooks/ccw34hdf7tgbjmzp96nptn938r
@@ -49,7 +49,7 @@ steps:
template: |
{
"icon_url":"https://emojipedia-us.s3.dualstack.us-west-1.amazonaws.com/thumbs/120/apple/198/freezing-face_1f976.png",
"text": "[{{ repo.name }}] Build and Deploy {{ build.status }} :tada:",
"text": "[{{ repo.name }}] Build {{ build.status }} :tada:",
"username":"DroneBot"
}