1
0
mirror of https://github.com/rancher/os.git synced 2025-05-14 19:09:26 +00:00
os/.drone.yml

23 lines
303 B
YAML
Raw Permalink Normal View History

2016-08-24 18:34:27 +00:00
---
2019-03-19 20:27:59 +00: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