Add 'drone.yml'
This commit is contained in:
parent
d94229bb2f
commit
dfd2f1246f
9
drone.yml
Normal file
9
drone.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: hello-world
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: say-hello
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- echo hello-world
|
Loading…
Reference in New Issue
Block a user