From 82b3cb7022433649b5997139b786b8ce3f338a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 29 Jan 2020 17:22:58 +0100 Subject: [PATCH] release-monitoring: Don't trigger build on config change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because we are triggering build with GitHub webhook currently, it is no longer necessary to trigger it with config change. This will prevent trigerring build twice when deploying new version. Signed-off-by: Michal Konečný --- .../openshift-apps/release-monitoring/templates/buildconfig.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml index 067f9d5fac..4e6980b972 100644 --- a/roles/openshift-apps/release-monitoring/templates/buildconfig.yml +++ b/roles/openshift-apps/release-monitoring/templates/buildconfig.yml @@ -99,7 +99,6 @@ items: github: secret: "{{ anitya_github_secret }}" {% endif %} - - type: ConfigChange - type: ImageChange kind: List metadata: {}