diff --git a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 index 73f48feccb..eb72757317 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 @@ -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 %}