Merge pull request 'Refactored pipeline to exlude the UAT stage from promotion events' (#55) from test into main
All checks were successful
continuous-integration/drone Build is passing
continuous-integration/drone/promote/prod Build is passing

Reviewed-on: #55
This commit was merged in pull request #55.
This commit is contained in:
2026-03-08 13:50:16 +02:00

View File

@@ -79,9 +79,13 @@ steps:
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: acceptance name: deploy
depends_on: depends_on:
- package - package
trigger:
event:
exclude:
- promote
clone: clone:
disable: true disable: true
@@ -107,7 +111,7 @@ kind: pipeline
type: docker type: docker
name: golive name: golive
depends_on: depends_on:
- acceptance - deploy
clone: clone:
disable: true disable: true