Delete .drone.yml

This commit is contained in:
Ivan Borshchov 2020-02-27 17:24:52 +02:00 committed by GitHub
parent 7358a6dbe2
commit 905e07ed29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,25 +0,0 @@
kind: pipeline
name: default
type: docker
steps:
- name: slack-begin
image: plugins/slack
settings:
webhook: https://hooks.slack.com/services/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
username: Drone
template: >
{{repo.name}}/{{build.branch}} - #{{build.number}} Started by {{build.author}} (<{{build.link}}|Open>)
- name: build
image: node
commands:
- npm run build
- name: slack-end
image: plugins/slack
settings:
webhook: https://hooks.slack.com/services/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
username: Drone
template: >
{{repo.name}}/{{build.branch}} - #{{build.number}} {{uppercasefirst build.status}} after {{since build.started}} (<{{build.link}}|Open>)