Files
Test/.drone.yml
Chatchai J f913cb92be
All checks were successful
continuous-integration/drone/push Build is passing
test#2
2022-12-28 11:57:26 +07:00

12 lines
115 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: first
image: bash
commands:
- echo "hello"
...