taskotron trigger: disable critpath_filepath on prod

This commit is contained in:
Kamil Páral 2018-07-11 14:38:46 +02:00
parent 1a96a0cf7d
commit 4f68d1e93a

View file

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