mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 00:30:06 +08:00
copr: copr_pagure_events variable may not be defined
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
98eb4b1c0f
commit
bb7e834f4b
@@ -108,7 +108,7 @@ WHITELIST_EMAILS = [
|
||||
{% endif %}
|
||||
|
||||
PAGURE_EVENTS = {
|
||||
{% if copr_pagure_events %}
|
||||
{% if copr_pagure_events is defined %}
|
||||
{% for instance, url in copr_pagure_events.items() %}
|
||||
{% for topic in [
|
||||
'git.receive',
|
||||
|
||||
Reference in New Issue
Block a user