Fixed pipeline stage naming
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: cicd-pipeline
|
name: build-and-package
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
depth: 1
|
depth: 1
|
||||||
@@ -55,7 +55,6 @@ kind: pipeline
|
|||||||
type: docker
|
type: docker
|
||||||
name: deploy-to-uat
|
name: deploy-to-uat
|
||||||
|
|
||||||
# This stage only starts after 'build-and-package' finishes successfully
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- build-and-package
|
- build-and-package
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user