diff --git a/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 b/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 index 8371e6c56d..b9947edbc1 100644 --- a/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 +++ b/roles/openshift-apps/bodhi/templates/critpathcron.yml.j2 @@ -24,9 +24,8 @@ spec: args: - | cd /tmp - git clone --depth 1 --single-branch https://pagure.io/releng.git - cd /bodhi-critpath - /tmp/releng/scripts_new/quality-assurance/critpath/critpath.py all --srpm --with-coreos + git clone --depth 1 --single-branch https:/forge.fedoraproject.org/releng/tooling + /tmp/tooling/quality-assurance/critpath/critpath.py all --srpm --with-coreos env: - name: BUILD_ENV value: "{{ env_short }}"