From 8d75ec84e06b88027d5ad6aa49b2b150c1147ca4 Mon Sep 17 00:00:00 2001 From: Yosheng Date: Wed, 2 Aug 2023 23:08:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=8B=E8=AF=95CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 8 ++++++++ UserPointManagement.sln | 1 + 2 files changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..646918f --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline # 定义一个管道 +type: docker # 当前管道的类型 +name: test # 当前管道的名称 +steps: # 定义管道的执行步骤 + - name: test # 步骤名称 + image: node:latest # 当前步骤使用的镜像 + commands: # 当前步骤执行的命令 + - echo 测试drone执行 \ No newline at end of file diff --git a/UserPointManagement.sln b/UserPointManagement.sln index e4409cd..e893d5d 100644 --- a/UserPointManagement.sln +++ b/UserPointManagement.sln @@ -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