Files
hello-world/.drone.yml
dfunnell 7eddffcaca
Some checks failed
continuous-integration/drone/push Build is failing
basic test for .drone.yml
2021-09-23 03:18:56 -04:00

9 lines
131 B
YAML

kind: pipeline
name: hello-world
type: docker
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world