From f1adced1fb9f73979c2347d9a26992dd89709cee Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 29 Mar 2021 11:33:40 +0200 Subject: [PATCH] toddlers: toddlers is not fedocal, undo and redo right 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 d6e21414a2..be9d5bf1c4 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: "debug" + ref: "staging" {% else %} ref: "production" {% endif %}