mirror of
https://github.com/rancher/os.git
synced 2025-04-27 11:10:56 +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:
|
||||
build:
|
||||
image: rancher/dapper:1.10.3
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
commands:
|
||||
- KERNEL_CHECK=0 dapper ci
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
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