Files
test_drone/.drone.yml

11 lines
138 B
YAML
Raw Normal View History

2026-03-02 13:51:44 +04:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
command:
- echo hello
- echo world