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
|
||||
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:
|
||||
image: appleboy/drone-telegram
|
||||
image: spritsail/notify
|
||||
when: { status: [ success, failure ] }
|
||||
secrets: [ telegram_token, telegram_to ]
|
||||
message: |
|
||||
*{{repo.owner}}/{{repo.name}} [{{commit.branch}}]*: Build #{{build.number}}: *{{uppercase build.status}}*
|
||||
{{build.link}}
|
||||
secrets: [ webhook_url, notify_token ]
|
||||
|
Loading…
Reference in New Issue
Block a user