Files
First-repo/.drone.yml
2025-07-31 15:58:17 +00:00

9 lines
129 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: hello
image: alpine
commands:
- echo "hello from drone"