Exclude test build when build is promoted
This commit is contained in:
parent
b1f6903c5e
commit
631877c1fd
@ -49,3 +49,8 @@ steps:
|
|||||||
privileged: true
|
privileged: true
|
||||||
commands:
|
commands:
|
||||||
- make DOCKER=podman VERSION=test test
|
- make DOCKER=podman VERSION=test test
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
exclude:
|
||||||
|
- promote
|
||||||
|
Loading…
Reference in New Issue
Block a user