taskotron trigger: disable critpath_filepath on dev

This commit is contained in:
Kamil Páral 2018-07-11 14:27:18 +02:00
parent 28d0331234
commit a48a047afd

View file

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