فهرست منبع

Fix bad drone file

Colin Powell 1 سال پیش
والد
کامیت
d895cf9110
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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]