mirror of
https://github.com/rancher/os.git
synced 2025-04-27 19:15:23 +00:00
update drone syntax for 1.x
This commit is contained in:
parent
7ff814f89c
commit
3022a4ea54
28
.drone.yml
28
.drone.yml
@ -1,8 +1,22 @@
|
|||||||
---
|
---
|
||||||
pipeline:
|
kind: pipeline
|
||||||
build:
|
name: default
|
||||||
image: rancher/dapper:1.10.3
|
|
||||||
volumes:
|
platform:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
os: linux
|
||||||
commands:
|
arch: amd64
|
||||||
- KERNEL_CHECK=0 dapper ci
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
pull: default
|
||||||
|
image: rancher/dapper:1.10.3
|
||||||
|
commands:
|
||||||
|
- KERNEL_CHECK=0 dapper ci
|
||||||
|
volumes:
|
||||||
|
- name: socket
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: socket
|
||||||
|
host:
|
||||||
|
path: /var/run/docker.sock
|
||||||
|
Loading…
Reference in New Issue
Block a user