测试drone

This commit is contained in:
herb_cheng 2023-04-27 11:01:20 +00:00
parent c21125be10
commit 26343e467a

8
.drone.yml Normal file
View File

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