Turns out we don't need the click thing

This commit is contained in:
2023-12-21 13:22:03 -05:00
parent 3b2158d85c
commit 34fb2df782

View File

@ -41,7 +41,7 @@ steps:
when: when:
branch: branch:
- main - main
- name: success notification - name: build success notification
image: parrazam/drone-ntfy image: parrazam/drone-ntfy
when: when:
status: [success] status: [success]
@ -49,12 +49,11 @@ steps:
url: https://ntfy.unbl.ink url: https://ntfy.unbl.ink
topic: drone topic: drone
priority: low priority: low
click: https://ci.lab.unbl.ink/secstate/vrobbler
tags: tags:
- cd - cd
- failure - failure
- vrobbler - vrobbler
- name: failure notification - name: build failure notification
image: parrazam/drone-ntfy image: parrazam/drone-ntfy
when: when:
status: [failure] status: [failure]
@ -62,7 +61,6 @@ steps:
url: https://ntfy.unbl.ink url: https://ntfy.unbl.ink
topic: drone topic: drone
priority: high priority: high
click: https://ci.lab.unbl.ink/secstate/vrobbler
tags: tags:
- cd - cd
- success - success