openqa/dispatcher: update respin cronjob for new scheduler name
The scheduler binary name changed from 'fedora-openqa-schedule' to 'fedora-openqa', but I forgot to update the call in this cronjob. Oops.
This commit is contained in:
parent
0a90ed2722
commit
f78d015cf4
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@
|
|||
# schedule openQA jobs for the current 'live-respins' compose; if it's
|
||||
# already been tested, this will not create any new jobs
|
||||
|
||||
/usr/bin/fedora-openqa-schedule compose https://dl.fedoraproject.org/pub/alt/live-respins/ > /dev/null 2>&1 || /usr/bin/true
|
||||
/usr/bin/fedora-openqa compose https://dl.fedoraproject.org/pub/alt/live-respins/ > /dev/null 2>&1 || /usr/bin/true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue