Quellcode durchsuchen

Fix bad drone file

Colin Powell vor 1 Jahr
Ursprung
Commit
d895cf9110
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      .drone.yml

+ 2 - 2
.drone.yml

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