Browse Source

Fix bad drone file

Colin Powell 1 year ago
parent
commit
d895cf9110
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

@@ -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]