Add 'drone.yml'

This commit is contained in:
Bruno Rybársky 2022-04-18 11:32:43 +02:00
parent d94229bb2f
commit dfd2f1246f

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