瀏覽代碼

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]