opengis/.drone.yml
Flook dd2aef016c
All checks were successful
continuous-integration/drone/push Build is passing
ทดสอบการทำงาน CI pipeline
2025-01-31 08:31:49 +07:00

9 lines
143 B
YAML

kind: pipeline
type: docker
name: test-pipeline
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello from Drone CI!"