1
0
mirror of https://github.com/rancher/types.git synced 2025-09-13 13:33:06 +00:00

update drone syntax for 1.x

This commit is contained in:
Taylor Price
2019-03-19 22:45:45 -07:00
parent 15fd7dc1c0
commit 82796875d2

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