Files
Test/.drone.yml
Chatchai J ab761bc6d5
Some checks failed
continuous-integration/drone/push Build encountered an error
test
2022-12-28 11:56:10 +07:00

11 lines
101 B
YAML

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