Testing drone CI/CD
This commit is contained in:
parent
8027e95f58
commit
9022e35fd3
|
@ -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