1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-25 22:54:28 +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
image: rancher/dapper:1.11.2 platform:
volumes: os: linux
- /var/run/docker.sock:/var/run/docker.sock arch: amd64
commands:
- dapper ci 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