1
0
mirror of https://github.com/rancher/types.git synced 2025-04-27 10:20:48 +00:00
types/.drone.yml

24 lines
307 B
YAML
Raw Permalink Normal View History

2017-11-10 20:23:15 +00:00
---
2019-03-19 20:38:58 +00:00
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
pull: default
image: rancher/dapper:1.11.2
commands:
- dapper ci
privileged: true
volumes:
- name: socket
path: /var/run/docker.sock
volumes:
- name: socket
host:
path: /var/run/docker.sock