copr-fe-dev: fix mistake in jinja 'devel' condition
This commit is contained in:
parent
876c763701
commit
9204908652
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue