chore: 移除.drone.yml

This commit is contained in:
2025-12-20 11:41:19 +08:00
parent d7ea4e52cc
commit 4745e2b060

View File

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