1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-27 15:44:10 +00:00

Merge pull request #260 from drpebcak/drone-1-update-syntax

Drone 1 update syntax
This commit is contained in:
Bill Maxwell
2019-03-19 10:53:55 -07:00
committed by GitHub

View File

@@ -1,9 +1,23 @@
--- ---
pipeline: kind: pipeline
build: name: default
privileged: true
platform:
os: linux
arch: amd64
steps:
- name: build
pull: default
image: rancher/dapper:1.11.2 image: rancher/dapper:1.11.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands: commands:
- dapper ci - dapper ci
privileged: true
volumes:
- name: socket
path: /var/run/docker.sock
volumes:
- name: socket
host:
path: /var/run/docker.sock