mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +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:
|
args:
|
||||||
- |
|
- |
|
||||||
cd /tmp
|
cd /tmp
|
||||||
git clone --depth 1 --single-branch https://pagure.io/releng.git
|
git clone --depth 1 --single-branch https:/forge.fedoraproject.org/releng/tooling
|
||||||
cd /bodhi-critpath
|
/tmp/tooling/quality-assurance/critpath/critpath.py all --srpm --with-coreos
|
||||||
/tmp/releng/scripts_new/quality-assurance/critpath/critpath.py all --srpm --with-coreos
|
|
||||||
env:
|
env:
|
||||||
- name: BUILD_ENV
|
- name: BUILD_ENV
|
||||||
value: "{{ env_short }}"
|
value: "{{ env_short }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user