diff --git a/roles/openshift-apps/testdays/templates/buildconfig.yml b/roles/openshift-apps/testdays/templates/buildconfig.yml index 4929fc0301..56d23fc397 100644 --- a/roles/openshift-apps/testdays/templates/buildconfig.yml +++ b/roles/openshift-apps/testdays/templates/buildconfig.yml @@ -12,7 +12,8 @@ spec: source: type: Git git: - uri: https://pagure.io/fedora-qa/testdays-web.git +# uri: https://pagure.io/fedora-qa/testdays-web.git + uri: https://pagure.io/forks/pingou/fedora-qa/testdays-web.git {% if env == 'staging' %} ref: "develop" {% else %}