From 2b45f44bb6a80d5a9a6a4e9960e6e4f363bd3db8 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 18 Oct 2019 17:23:25 +0200 Subject: [PATCH] resultsdb: Fix the variable checked Signed-off-by: Pierre-Yves Chibon --- roles/ci_resultsdb/templates/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ci_resultsdb/templates/config.toml b/roles/ci_resultsdb/templates/config.toml index 74e14b022f..5f47341988 100644 --- a/roles/ci_resultsdb/templates/config.toml +++ b/roles/ci_resultsdb/templates/config.toml @@ -38,7 +38,7 @@ routing_keys = [ 'org.centos.prod.ci.koji-build.test.running', 'org.centos.prod.ci.koji-build.test.complete', 'org.centos.prod.ci.koji-build.test.error', - {% if env == "stg -%} + {% if deployment_type == "stg -%} 'org.centos.stage.ci.pipeline.allpackages-build.complete', 'org.centos.stage.ci.pipeline.allpackages-build.image.complete', 'org.centos.stage.ci.pipeline.allpackages-build.package.test.functional.complete',