forked from mirrors/treebird-docker
wip drone ci
This commit is contained in:
parent
a66a54aad7
commit
7e84295ddf
1 changed files with 13 additions and 0 deletions
13
.drone.yml
Normal file
13
.drone.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
commands:
|
||||
- ./build_container.sh
|
Loading…
Reference in a new issue