From baaac16ad5784a413c8d796eddb3b3ab53bfdd1d Mon Sep 17 00:00:00 2001 From: mol Date: Tue, 8 Aug 2023 17:22:33 +0800 Subject: [PATCH] test: auto --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ .drone.yml b/ .drone.yml index 122075f..5e1b61b 100644 --- a/ .drone.yml +++ b/ .drone.yml @@ -5,4 +5,4 @@ steps: # 定义管道的执行步骤 - name: test # 步骤名称 image: node:latest # 当前步骤使用的镜像 commands: # 当前步骤执行的命令 - - echo 测试drone执行111 + - echo 测试drone执行111222