evaluate promote=prod for pipeline steps
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
3007f15a0c
commit
5e25edf3a9
@ -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"'
|
||||
|
Loading…
Reference in New Issue
Block a user