Files
hello-world/.drone.yml
dfunnell e1e57e01f7
Some checks failed
continuous-integration/drone/push Build is failing
testing .drone.yml
2021-09-23 04:42:37 -04:00

9 lines
131 B
YAML

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