feat: 测试CI
parent
a2ad57e066
commit
8d75ec84e0
|
|
@ -0,0 +1,8 @@
|
|||
kind: pipeline # 定义一个管道
|
||||
type: docker # 当前管道的类型
|
||||
name: test # 当前管道的名称
|
||||
steps: # 定义管道的执行步骤
|
||||
- name: test # 步骤名称
|
||||
image: node:latest # 当前步骤使用的镜像
|
||||
commands: # 当前步骤执行的命令
|
||||
- echo 测试drone执行
|
||||
|
|
@ -23,6 +23,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
Dockerfile = Dockerfile
|
||||
README.md = README.md
|
||||
NuGet.Config = NuGet.Config
|
||||
.drone.yml = .drone.yml
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
|
|
|
|||
Loading…
Reference in New Issue