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:
30
.drone.yml
30
.drone.yml
@@ -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
|
||||||
|
Reference in New Issue
Block a user