From 4f68d1e93a342d977896462ddacb99eb10d07016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Wed, 11 Jul 2018 14:38:46 +0200 Subject: [PATCH] taskotron trigger: disable critpath_filepath on prod --- roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 | 4 ---- 1 file changed, 4 deletions(-) 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 %}