diff --git a/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 b/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 index 7bfd1bcf45..c7096bc9d0 100644 --- a/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 +++ b/roles/openshift-apps/testdays/templates/buildconfig.yml.j2 @@ -13,7 +13,7 @@ spec: source: type: Git git: - uri: https://pagure.io/fedora-qa/testdays-web.git + uri: https://forge.fedoraproject.org/quality/testdays-web.git {% if env == 'staging' %} ref: "develop" {% else %}