修改-增加配置文件

This commit is contained in:
2025-06-24 16:46:37 +08:00
parent 0ea1fec3e1
commit 3260812b23
5 changed files with 10 additions and 54 deletions

View File

@ -1,8 +0,0 @@
kind: pipeline # 定义一个管道
type: docker # 当前管道的类型
name: test # 当前管道的名称
steps: # 定义管道的执行步骤
- name: test # 步骤名称
image: node:latest # 当前步骤使用的镜像
commands: # 当前步骤执行的命令
- echo 测试drone执行