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
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: ssh-test
|
name: staging-promotion
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: security-scan
|
- name: security-scan
|
||||||
@ -168,6 +168,7 @@ when:
|
|||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
- dev-master
|
- dev-master
|
||||||
|
evaluate: 'PROMOTE != "prod"'
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -351,3 +352,4 @@ when:
|
|||||||
- manual
|
- manual
|
||||||
branch:
|
branch:
|
||||||
- master
|
- master
|
||||||
|
evaluate: 'PROMOTE == "prod"'
|
||||||
|
Loading…
Reference in New Issue
Block a user