evaluate promote=prod for pipeline steps

This commit is contained in:
Josh 2025-09-12 12:38:37 +00:00
parent e84a3e0946
commit dcb037061f

View File

@ -1,7 +1,7 @@
---
kind: pipeline
type: docker
name: ssh-test
name: staging-promotion
steps:
- name: security-scan
@ -168,6 +168,7 @@ when:
branch:
- master
- dev-master
evaluate: 'PROMOTE != "prod"'
---
kind: pipeline
@ -351,3 +352,4 @@ when:
- manual
branch:
- master
evaluate: 'PROMOTE == "prod"'