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

update drone syntax for 1.x

This commit is contained in:
Taylor Price 2019-03-19 13:38:58 -07:00 committed by Craig Jellick
parent 8a1ac9743d
commit 0c6806d8ed

View File

@ -1,9 +1,23 @@
---
pipeline:
build:
privileged: true
image: rancher/dapper:1.11.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- dapper ci
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