This commit is contained in:
parent
643bbf7c7e
commit
a804482dbd
@ -2,6 +2,9 @@ kind: pipeline
|
||||
type: docker
|
||||
name: pipeline-1
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17
|
||||
@ -17,6 +20,9 @@ name: pipeline-2
|
||||
depends_on:
|
||||
- pipeline-1
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
steps:
|
||||
- name: deploy
|
||||
image: swr.cn-north-4.myhuaweicloud.com/ddn-k8s/gcr.io/iguazio/alpine:3.17
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user