1
0
mirror of https://github.com/rancher/types.git synced 2025-10-20 10:23:11 +00:00
Files
types/.drone.yml

24 lines
307 B
YAML
Raw Normal View History

2017-11-10 13:23:15 -07:00
---
2019-03-19 13:38:58 -07: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