From 26bfef78536fd7efe73ef959569f2a640f562c61 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 7 Apr 2021 12:12:39 +0200 Subject: [PATCH] fedocal: build in staging from the staging branch again 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 %}