checking/.drone.yml
2024-08-24 19:06:21 +00:00

9 lines
109 B
YAML

kind: pipeline
type: docker
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"