From 71b7848911540634731c86b2e19c645cba4a14d0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 13 Jan 2021 09:37:25 +0100 Subject: [PATCH] toddlers: Build toddlers from the production branch again Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/toddlers/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/buildconfig.yml b/roles/openshift-apps/toddlers/templates/buildconfig.yml index c1fc04c741..be9d5bf1c4 100644 --- a/roles/openshift-apps/toddlers/templates/buildconfig.yml +++ b/roles/openshift-apps/toddlers/templates/buildconfig.yml @@ -16,7 +16,7 @@ spec: {% if env == 'staging' %} ref: "staging" {% else %} - ref: "debug" + ref: "production" {% endif %} strategy: type: Docker