4444
This commit is contained in:
@ -1,6 +1,13 @@
|
|||||||
kind: pipeline # 定义一个管道
|
kind: pipeline # 定义一个管道
|
||||||
type: docker # 当前管道的类型
|
type: docker # 当前管道的类型
|
||||||
name: test # 当前管道的名称
|
name: test # 当前管道的名称
|
||||||
|
|
||||||
|
clone:
|
||||||
|
git:
|
||||||
|
image: alpine/git
|
||||||
|
commands:
|
||||||
|
- git clone https://git.zguiy.com/zguiy/test.git .
|
||||||
|
|
||||||
steps: # 定义管道的执行步骤
|
steps: # 定义管道的执行步骤
|
||||||
- name: test # 步骤名称
|
- name: test # 步骤名称
|
||||||
image: node:latest # 当前步骤使用的镜像
|
image: node:latest # 当前步骤使用的镜像
|
||||||
|
Reference in New Issue
Block a user