Compare commits

...

2 Commits

Author SHA1 Message Date
5fa7d49bcd Merge pull request 'Fixed pipeline stage naming' (#97) from test into main
Reviewed-on: #97
2026-04-04 16:13:32 +02:00
a922531f50 Fixed pipeline stage naming 2026-04-04 16:13:03 +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