Files
test_drone/.drone.yml
1xtier f35ddf07da
All checks were successful
continuous-integration/drone Build is passing
test
2026-03-02 14:20:51 +04:00

11 lines
139 B
YAML

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