Add CI
This commit is contained in:
parent
763df19bfc
commit
c4ee59ed77
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
commands:
|
||||
- echo "hello world"
|
||||
|
Loading…
Reference in New Issue
Block a user