test: auto

This commit is contained in:
mol
2023-08-08 17:22:33 +08:00
parent 5c59e7e03a
commit baaac16ad5

View File

@ -5,4 +5,4 @@ steps: # 定义管道的执行步骤
- name: test # 步骤名称
image: node:latest # 当前步骤使用的镜像
commands: # 当前步骤执行的命令
- echo 测试drone执行111
- echo 测试drone执行111222