Added drone file
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
kind: pipeline
|
||||||
|
name: Test
|
||||||
|
type: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: say-hello
|
||||||
|
image: busybox
|
||||||
|
commands:
|
||||||
|
- echo Test
|
||||||
Reference in New Issue
Block a user