From 34979a9ce3e716234d327f2f1dc40d49a94104d1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Mar 2021 11:17:50 +0200 Subject: [PATCH] fedocal: build from the debug branch for now 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 be9d5bf1c4..d6e21414a2 100644 --- a/roles/openshift-apps/toddlers/templates/buildconfig.yml +++ b/roles/openshift-apps/toddlers/templates/buildconfig.yml @@ -14,7 +14,7 @@ spec: git: uri: https://pagure.io/fedora-infra/toddlers.git {% if env == 'staging' %} - ref: "staging" + ref: "debug" {% else %} ref: "production" {% endif %}