Fixed pipeline stage naming

This commit is contained in:
2026-04-04 16:13:03 +02:00
parent 9acebb67fe
commit a922531f50

View File

@@ -1,6 +1,6 @@
kind: pipeline
type: docker
name: cicd-pipeline
name: build-and-package
clone:
depth: 1
@@ -55,7 +55,6 @@ kind: pipeline
type: docker
name: deploy-to-uat
# This stage only starts after 'build-and-package' finishes successfully
depends_on:
- build-and-package