From 1a96a0cf7d0c84fc3acb22cf081850eee69b53aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20P=C3=A1ral?= Date: Wed, 11 Jul 2018 14:36:36 +0200 Subject: [PATCH] taskotron trigger: disable critpath_filepath on stg --- roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 index eb72757317..513853d643 100644 --- a/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 +++ b/roles/taskotron/taskotron-trigger/templates/trigger.cfg.j2 @@ -19,7 +19,7 @@ deployment_type = stg #} [koji_build_completed] -{% if deployment_type in ['stg', 'prod'] %} +{% if deployment_type in ['prod'] %} critpath_filepath = {{ trigger_critpath_file }} {% else %} ; critpath_filepath = {{ trigger_critpath_file }}