Files
tonePage/.drone.yml
tone d7ea4e52cc
Some checks are pending
continuous-integration/drone/push Build is pending
test: verify drone ci
2025-12-20 01:26:59 +08:00

11 lines
151 B
YAML

kind: pipeline
type: docker
name: test
steps:
- name: hello
image: alpine
commands:
- echo "✅ Drone CI/CD is working!"
- date