From 92049086526761b760c37c9369cfbe6b155a2f3f Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 12 Oct 2023 15:29:16 +0200 Subject: [PATCH] copr-fe-dev: fix mistake in jinja 'devel' condition --- roles/copr/frontend/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 4d364745c7..422a9a3ac3 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -163,7 +163,7 @@ FAS_SIGNUP_URL = "https://accounts.fedoraproject.org" FAS_SIGNUP_URL = "https://accounts.stg.fedoraproject.org" {% endif %} -{% if env == 'devel' %} +{% if devel %} # On stage we only ever start powerful builders in this project. Note that we # also start s390x instances in IBM Cloud on-demand , even without the extra # BuildChroot tags here! The reason is that the `arch_s390x` tag is named in