Remove downstream and update notify stages

This commit is contained in:
Joe Groocock 2018-05-27 12:54:11 +01:00
parent d23100703c
commit 674e22a672
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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 ]