1
0
mirror of https://github.com/rancher/os.git synced 2025-10-19 14:32:59 +00:00
Files
os/.drone.yml

23 lines
303 B
YAML
Raw Normal View History

2016-08-24 11:34:27 -07:00
---
2019-03-19 13:27:59 -07:00
kind: pipeline
name: default
platform:
os: linux
arch: amd64
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