forked from RobinMcCorkell/ceph-keystone.docker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.drone.yml
47 lines (42 loc) · 873 Bytes
/
.drone.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
workspace:
base: /drone
path: src
branches:
- master
pipeline:
dryrun:
image: plugins/docker:17.05
pull: true
secrets: [ docker_username, docker_password ]
repo: owncloudci/ceph
label_schema:
- version=latest
dry_run: true
tags: [ 'latest' ]
when:
event: [ pull_request ]
docker:
image: plugins/docker:17.05
pull: true
secrets: [ docker_username, docker_password ]
repo: owncloudci/ceph
label_schema:
- version=latest
tags: [ 'latest' ]
when:
event: [ push ]
microbadger:
image: plugins/webhook:1
pull: true
secrets:
- source: microbadger_token
target: plugin_webhook
when:
event: [ push ]
slack:
image: plugins/slack:1
pull: true
secrets: [ slack_webhook ]
channel: drone
when:
status: [ success, failure ]