Add '.drone.yml'
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build was killed

This commit is contained in:
Mihai Moldovanu 2022-03-06 01:40:18 +00:00
parent 92f7af40d3
commit bbbbed831c

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline
name: hello-world
type: docker
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world