taskotron trigger: disable critpath_filepath on stg

This commit is contained in:
Kamil Páral 2018-07-11 14:36:36 +02:00
parent a48a047afd
commit 1a96a0cf7d

View file

@ -19,7 +19,7 @@ deployment_type = stg
#}
[koji_build_completed]
{% if deployment_type in ['stg', 'prod'] %}
{% if deployment_type in ['prod'] %}
critpath_filepath = {{ trigger_critpath_file }}
{% else %}
; critpath_filepath = {{ trigger_critpath_file }}