copr: copr_pagure_events variable may not be defined
This commit is contained in:
parent
98eb4b1c0f
commit
bb7e834f4b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ WHITELIST_EMAILS = [
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
PAGURE_EVENTS = {
|
PAGURE_EVENTS = {
|
||||||
{% if copr_pagure_events %}
|
{% if copr_pagure_events is defined %}
|
||||||
{% for instance, url in copr_pagure_events.items() %}
|
{% for instance, url in copr_pagure_events.items() %}
|
||||||
{% for topic in [
|
{% for topic in [
|
||||||
'git.receive',
|
'git.receive',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue