Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit 3022a4e

Browse files
committed
update drone syntax for 1.x
1 parent 7ff814f commit 3022a4e

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

.drone.yml

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
---
2-
pipeline:
3-
build:
4-
image: rancher/dapper:1.10.3
5-
volumes:
6-
- /var/run/docker.sock:/var/run/docker.sock
7-
commands:
8-
- KERNEL_CHECK=0 dapper ci
2+
kind: pipeline
3+
name: default
4+
5+
platform:
6+
os: linux
7+
arch: amd64
8+
9+
steps:
10+
- name: build
11+
pull: default
12+
image: rancher/dapper:1.10.3
13+
commands:
14+
- KERNEL_CHECK=0 dapper ci
15+
volumes:
16+
- name: socket
17+
path: /var/run/docker.sock
18+
19+
volumes:
20+
- name: socket
21+
host:
22+
path: /var/run/docker.sock

0 commit comments

Comments
 (0)