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',