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: