1
0
mirror of https://github.com/rancher/os.git synced 2025-04-27 19:15:23 +00:00

update drone syntax for 1.x

This commit is contained in:
Taylor Price 2019-03-19 13:27:59 -07:00
parent 7ff814f89c
commit 3022a4ea54

View File

@ -1,8 +1,22 @@
---
pipeline:
build:
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
pull: default
image: rancher/dapper:1.10.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- KERNEL_CHECK=0 dapper ci
volumes:
- name: socket
path: /var/run/docker.sock
volumes:
- name: socket
host:
path: /var/run/docker.sock