Files
test_drone/.drone.yml
1xtier a789172fb8
Some checks failed
continuous-integration/drone Build encountered an error
test
2026-03-02 13:51:44 +04:00

11 lines
138 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
command:
- echo hello
- echo world