From c9e03ef65d6a00cb3cc8922e86fdc04ff32fe92c Mon Sep 17 00:00:00 2001 From: fandongqiang <1075044867@qq.com> Date: Sat, 7 Oct 2023 10:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95CI=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 cf5b4e6..b04a6ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,4 +5,4 @@ steps: # 定义管道的执行步骤 - name: test # 步骤名称 image: node:latest # 当前步骤使用的镜像 commands: # 当前步骤执行的命令 - - echo 测试drone执行1 \ No newline at end of file + - echo 测试drone执行2 \ No newline at end of file