From 4745e2b060eaf6ebe30dbc03f7ed90a1581f9799 Mon Sep 17 00:00:00 2001 From: tone Date: Sat, 20 Dec 2025 11:41:19 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4.drone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index fdb1d75..0000000 --- a/.drone.yml +++ /dev/null @@ -1,10 +0,0 @@ -kind: pipeline -type: docker -name: test - -steps: - - name: hello - image: alpine - commands: - - echo "✅ Drone CI/CD is working!" - - date