소스 검색

Turns out we don't need the click thing

Colin Powell 1 년 전
부모
커밋
34fb2df782
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      .drone.yml

+ 2 - 4
.drone.yml

@@ -41,7 +41,7 @@ steps:
     when:
       branch:
       - main
-  - name: success notification
+  - name: build success notification
     image: parrazam/drone-ntfy
     when:
         status: [success]
@@ -49,12 +49,11 @@ steps:
       url: https://ntfy.unbl.ink
       topic: drone
       priority: low
-      click: https://ci.lab.unbl.ink/secstate/vrobbler
       tags:
         - cd
         - failure
         - vrobbler
-  - name: failure notification
+  - name: build failure notification
     image: parrazam/drone-ntfy
     when:
         status: [failure]
@@ -62,7 +61,6 @@ steps:
       url: https://ntfy.unbl.ink
       topic: drone
       priority: high
-      click: https://ci.lab.unbl.ink/secstate/vrobbler
       tags:
         - cd
         - success