drone_test/.drone.yml

15 lines
184 B
YAML
Raw Normal View History

2024-02-05 22:57:36 -05:00
kind: pipeline
type: docker
name: hello-world
trigger:
branch:
- master
event:
- push
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world