bodhi / openshift: adjust critpath to pull from forge instead of pagure.io

releng moved things from pagure.io/releng to
forge.fedoraproject.org/releng/tooling

Adjust this cron to do likewise.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2026-02-06 09:54:04 -08:00
parent 1324b1e72a
commit 9503d8df11

View File

@@ -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 }}"