Files
hello-world/.drone.yml
dfunnell 36f21a0233
All checks were successful
continuous-integration/drone/push Build is passing
testing trigger
2021-09-23 04:50:01 -04:00

11 lines
158 B
YAML

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