remove outdated drone.yml
This commit is contained in:
parent
2366513c6d
commit
46771542ac
1 changed files with 0 additions and 18 deletions
18
.drone.yml
18
.drone.yml
|
@ -1,18 +0,0 @@
|
||||||
---
|
|
||||||
pipeline:
|
|
||||||
|
|
||||||
build:
|
|
||||||
image: plugins/docker
|
|
||||||
repo: reg.zknt.org/zknt/alpine
|
|
||||||
tags:
|
|
||||||
- 2.8.1
|
|
||||||
secrets: [ docker_username, docker_password ]
|
|
||||||
|
|
||||||
notify:
|
|
||||||
image: drillster/drone-email
|
|
||||||
host: mx01.mta.zknt.org
|
|
||||||
from: drone@zknt.org
|
|
||||||
secrets: [ email_username, email_password ]
|
|
||||||
|
|
||||||
branches:
|
|
||||||
include: [ master ]
|
|
Loading…
Reference in a new issue