This commit is contained in:
parent
697ca51854
commit
cd1f1dfb44
8
.drone.yml
Normal file
8
.drone.yml
Normal file
@ -0,0 +1,8 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: ci
|
||||
steps:
|
||||
- name: test
|
||||
image: d.ctdn.net/golang:latest
|
||||
commands:
|
||||
- go build
|
Loading…
Reference in New Issue
Block a user