From d509f740b0aa48d237c5fc68eb9ee367d325bfdb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 2 Apr 2021 09:55:00 +0200 Subject: [PATCH] fedocal: build from the staging branch in staging Signed-off-by: Pierre-Yves Chibon --- roles/openshift-apps/fedocal/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/fedocal/templates/buildconfig.yml b/roles/openshift-apps/fedocal/templates/buildconfig.yml index 91c32940a5..19f8e9e614 100644 --- a/roles/openshift-apps/fedocal/templates/buildconfig.yml +++ b/roles/openshift-apps/fedocal/templates/buildconfig.yml @@ -14,7 +14,7 @@ spec: git: uri: https://pagure.io/fedocal.git {% if env == 'staging' %} - ref: "debug" + ref: "staging" {% else %} ref: "production" {% endif %}