drone-test-1/.drone.yml
Chris Hammer 4c8cc33320
All checks were successful
continuous-integration/drone Build is passing
initial
2023-01-18 23:47:53 -05:00

10 lines
132 B
YAML
Executable File

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