测试代码
continuous-integration/drone Build is passing
Details
continuous-integration/drone Build is passing
Details
parent
77308dc067
commit
1802b906e2
@ -1,3 +1,7 @@
|
|||||||
kind: pipeline # kind 属性定义了对象的种类。此示例定义了一个管道对象。
|
kind: pipeline # kind 属性定义了对象的种类。此示例定义了一个管道对象。
|
||||||
type: docker # type 属性定义管道的类型。此示例定义了一个 Docker 管道,其中每个管道步骤都在 Docker 容器内执行。
|
type: docker # type 属性定义管道的类型。此示例定义了一个 Docker 管道,其中每个管道步骤都在 Docker 容器内执行。
|
||||||
name: mydemo # name 属性定义了管道的名称。您可以为您的项目定义一个或多个管道
|
name: mydemo # name 属性定义了管道的名称。您可以为您的项目定义一个或多个管道
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
branch:
|
||||||
|
- master
|
Loading…
Reference in New Issue