From 6a04d0a46f9fc2895f204d4642c29afa6aa5679d Mon Sep 17 00:00:00 2001 From: lixin Date: Fri, 10 Jan 2025 13:25:28 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9B=B4=E6=96=B0=20.drone.yml=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在文件开头添加注释#c - 移除多余的空行 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0bbbba2..a5d0436 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ kind: pipeline type: docker name: nodejs-22-docker-ci - +#c steps: - name: git-clone image: alpine/git