Files
hello-world/.drone.yml
dfunnell e9159d0d54
All checks were successful
continuous-integration/drone/push Build is passing
testing .drone.yml
2021-09-23 04:38:29 -04:00

11 lines
158 B
YAML

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