From 1e3acb36c620ceaf263cfbfcdd3bf9bad34b166d Mon Sep 17 00:00:00 2001 From: fandongqiang <1075044867@qq.com> Date: Fri, 22 Sep 2023 17:29:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 646918f..950244f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,4 @@ steps: # 定义管道的执行步骤 - name: test # 步骤名称 image: node:latest # 当前步骤使用的镜像 commands: # 当前步骤执行的命令 - - echo 测试drone执行 \ No newline at end of file + - echo 测试drone执 \ No newline at end of file