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