drone_test/.drone.yml
djweber12 0e315f7606
All checks were successful
continuous-integration/drone/push Build is passing
Update .drone.yml
2024-02-05 23:15:52 -05:00

15 lines
182 B
YAML

kind: pipeline
type: docker
name: hello-world
trigger:
branch:
- main
event:
- push
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world