This commit is contained in:
commit
4c8cc33320
9
.drone.yml
Executable file
9
.drone.yml
Executable file
@ -0,0 +1,9 @@
|
||||
kind: pipeline
|
||||
name: hello-world
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: say-hello
|
||||
image: busybox
|
||||
commands:
|
||||
- echo hello-world
|
Loading…
x
Reference in New Issue
Block a user