anitya/release-monitoring: fix syntax error

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-01-09 14:05:26 +01:00
parent fefac1042f
commit f8a2152949

View file

@ -83,7 +83,7 @@ items:
- type: GitHub
github:
secret: "{{ stg_anitya_github_secret }}"
{% if anitya_github_secret is defined and env == 'production' %}
{% elif anitya_github_secret is defined and env == 'production' %}
- type: GitHub
github:
secret: "{{ anitya_github_secret }}"