Delete .drone.yml
This commit is contained in:
parent
7358a6dbe2
commit
905e07ed29
1 changed files with 0 additions and 25 deletions
25
.drone.yml
25
.drone.yml
|
@ -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>)
|
Loading…
Reference in a new issue