From 35c685f0711abaaa6fd54a761e025d054b775d5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 14 Feb 2023 13:52:14 +0100 Subject: [PATCH] FMN: build from fmn-next in prod too, for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/openshift-apps/fmn/templates/buildconfig.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/fmn/templates/buildconfig.yml b/roles/openshift-apps/fmn/templates/buildconfig.yml index 540fa57fc8..ae137941b2 100644 --- a/roles/openshift-apps/fmn/templates/buildconfig.yml +++ b/roles/openshift-apps/fmn/templates/buildconfig.yml @@ -16,7 +16,9 @@ spec: {% if env == "staging" %} ref: fmn-next {% else %} - ref: stable + # For now, build from fmn-next as well. + # ref: stable + ref: fmn-next {% endif %} contextDir: / strategy: