diff --git a/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 b/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 index ad44e3a00f..199434a771 100644 --- a/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 +++ b/roles/koji_hub/templates/prune-signed-copies-protected-tags.j2 @@ -1,6 +1,6 @@ f{{ FedoraRawhideNumber }}-infra f{{ FedoraRawhideNumber }}-infra-stg -{% if FedoraBranched is true %} +{% if FedoraBranched == True %} f{{ FedoraBranchedNumber}}-infra f{{ FedoraBranchedNumber}}-infra-stg {% endif %} @@ -8,7 +8,7 @@ f{{ FedoraCycleNumber }}-infra f{{ FedoraCycleNumber }}-infra-stg f{{ FedoraPreviousCycleNumber }}-infra f{{ FedoraPreviousCycleNumber }}-infra-stg -{% if FedoraPreviousPrevious is true %} +{% if FedoraPreviousPrevious == True %} f{{ FedoraPreviousPreviousCycleNumber }}-infra f{{ FedoraPreviousPreviousCycleNumber }}-infra-stg {% endif %}