Remove downstream and update notify stages
This commit is contained in:
parent
d23100703c
commit
674e22a672
17
.drone.yml
17
.drone.yml
@ -23,20 +23,7 @@ pipeline:
|
|||||||
from: busybox-dev
|
from: busybox-dev
|
||||||
repo: spritsail/busybox
|
repo: spritsail/busybox
|
||||||
|
|
||||||
downstream:
|
|
||||||
image: plugins/downstream
|
|
||||||
when: { status: [ success ], event: [ push, tag, deployment ] }
|
|
||||||
secrets: [ downstream_token ]
|
|
||||||
server: https://drone.spritsail.io
|
|
||||||
wait: true
|
|
||||||
fork: true
|
|
||||||
repositories:
|
|
||||||
- spritsail/busybox@libressl
|
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
image: appleboy/drone-telegram
|
image: spritsail/notify
|
||||||
when: { status: [ success, failure ] }
|
when: { status: [ success, failure ] }
|
||||||
secrets: [ telegram_token, telegram_to ]
|
secrets: [ webhook_url, notify_token ]
|
||||||
message: |
|
|
||||||
*{{repo.owner}}/{{repo.name}} [{{commit.branch}}]*: Build #{{build.number}}: *{{uppercase build.status}}*
|
|
||||||
{{build.link}}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user