From fba446a4eb947efb83d805bd85174af1fbd902a6 Mon Sep 17 00:00:00 2001 From: fandongqiang <1075044867@qq.com> Date: Fri, 22 Sep 2023 14:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7994802..8a1a799 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,8 +2,8 @@ kind: pipeline # kind 属性定义了对象的种类。此示例定义了一个 type: docker # type 属性定义管道的类型。此示例定义了一个 Docker 管道,其中每个管道步骤都在 Docker 容器内执行。 name: mydemo # name 属性定义了管道的名称。您可以为您的项目定义一个或多个管道 -trigger: - branch: - - master - event: - - push \ No newline at end of file +#trigger: +# branch: +# - master +# event: +# - push \ No newline at end of file