Add drone ci config
This commit is contained in:
parent
f34fbcdcb4
commit
bb528e6ff7
1 changed files with 11 additions and 0 deletions
11
.drone.yaml
Normal file
11
.drone.yaml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: docker:latest
|
||||||
|
commands:
|
||||||
|
- docker build
|
||||||
|
|
Loading…
Reference in a new issue