1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 12:48:45 +00:00

update drone syntax for 1.x

This commit is contained in:
Taylor Price
2019-03-19 22:46:38 -07:00
parent 5b728cea45
commit a7c2a93e05

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