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

12 lines
165 B
YAML

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