ci: init drone
This commit is contained in:
commit
07f08d9dca
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: backend
|
||||
image: golang
|
||||
commands:
|
||||
- echo "hello world!"
|
||||
|
Loading…
Reference in New Issue