Update source branch for Quality apps in staging OpenShift

Signed-off-by: Jaroslav Groman <jgroman@redhat.com>
This commit is contained in:
Jaroslav Groman
2026-02-03 11:14:33 +01:00
committed by adamwill
parent 991273d7f1
commit 09859d9acc
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ spec:
git:
uri: https://forge.fedoraproject.org/quality/blockerbugs
{% if env == 'staging' %}
ref: "develop"
ref: "staging"
{% else %}
ref: "master"
{% endif %}

View File

@@ -15,7 +15,7 @@ spec:
git:
uri: https://forge.fedoraproject.org/quality/testdays-web.git
{% if env == 'staging' %}
ref: "develop"
ref: "staging"
{% else %}
ref: "master"
{% endif %}