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: kind: pipeline
build: name: default
image: rancher/dapper:1.10.3
volumes: platform:
- /var/run/docker.sock:/var/run/docker.sock os: linux
commands: arch: amd64
- KERNEL_CHECK=0 dapper ci
steps:
- name: build
pull: default
image: rancher/dapper:1.10.3
commands:
- KERNEL_CHECK=0 dapper ci
volumes:
- name: socket
path: /var/run/docker.sock
volumes:
- name: socket
host:
path: /var/run/docker.sock