Compare commits

...

2 Commits

Author SHA1 Message Date
06a910e894 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
2026-03-08 13:50:16 +02:00
358d27464a Refactored pipeline to exlude the UAT stage from promotion events 2026-03-08 13:49:32 +02:00

View File

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