mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-19 19:46:38 +08:00
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:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user