Merge pull request 'Fixed pipeline stage naming' (#97) from test into main

Reviewed-on: #97
This commit was merged in pull request #97.
This commit is contained in:
2026-04-04 16:13:32 +02:00

View File

@@ -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