Fix bad drone file

This commit is contained in:
2023-12-21 12:37:10 -05:00
parent dffb4f087c
commit d895cf9110

View File

@ -41,7 +41,7 @@ steps:
when: when:
branch: branch:
- main - main
- name: notification - name: success notification
image: parrazam/drone-ntfy image: parrazam/drone-ntfy
when: when:
status: [success] status: [success]
@ -53,7 +53,7 @@ steps:
- cd - cd
- failure - failure
- vrobbler - vrobbler
- name: notification - name: failure notification
image: parrazam/drone-ntfy image: parrazam/drone-ntfy
when: when:
status: [failure] status: [failure]