1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-25 14:46:57 +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:
build:
privileged: true
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
pull: default
image: rancher/dapper:1.11.2
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- dapper ci
privileged: true
volumes:
- name: socket
path: /var/run/docker.sock
volumes:
- name: socket
host:
path: /var/run/docker.sock