test drone

main
lz-wang 2022-09-01 22:20:01 +08:00
commit b8f1b78db7
2 changed files with 10 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipeline # 定义一个管道
type: docker # 当前管道的类型
name: "中文流水线" # 当前管道的名称
steps: # 定义管道的执行步骤
- name: "中文STEP" # 步骤名称
image: node:latest # 当前步骤使用的镜像
commands: # 当前步骤执行的命令
- echo 测试drone执行
- echo "Hello Drone"

1
readme.md Normal file
View File

@ -0,0 +1 @@
[![Build Status](http://172.16.30.160:3001/api/badges/lzwang/dronetest/status.svg)](http://172.16.30.160:3001/lzwang/dronetest)