From f8a21529493de390d0ccf2498b77af5cd016e51f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 9 Jan 2019 14:05:26 +0100 Subject: [PATCH] anitya/release-monitoring: fix syntax error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- .../openshift-apps/release-monitoring/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index eeaaf9c5a9..15ce5dea1c 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -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 }}"