From 73f3c17ccb57b069368360b9e6c051beffaa714f Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Fri, 5 May 2023 11:24:51 +0100 Subject: [PATCH] monitor-gating: change staging deploy branch Signed-off-by: David Kirwan --- roles/openshift-apps/monitor-gating/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/monitor-gating/templates/buildconfig.yml b/roles/openshift-apps/monitor-gating/templates/buildconfig.yml index 136c823f59..525bdd8074 100644 --- a/roles/openshift-apps/monitor-gating/templates/buildconfig.yml +++ b/roles/openshift-apps/monitor-gating/templates/buildconfig.yml @@ -9,7 +9,7 @@ spec: git: {% if env == 'staging' %} uri: https://pagure.io/fedora-ci/monitor-gating.git - ref: "production" + ref: "staging" {% else %} uri: https://pagure.io/fedora-ci/monitor-gating.git ref: "production"