Configure autoupdate as weekly for official yunohost CI
This commit is contained in:
parent
75e383cb23
commit
a6f1603989
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ function autoupdate_app_sources()
|
|||
date >> $log
|
||||
git_pull_and_update_cron_and_restart_services_if_needed
|
||||
tools/autoupdate_app_sources/venv/bin/python3 tools/autoupdate_app_sources/autoupdate_app_sources.py \
|
||||
--edit --commit --pr --paste -j1 \
|
||||
--latest-commit-weekly --edit --commit --pr --paste -j1 \
|
||||
&> $log || sendxmpppy "[appsourcesautoupdate] App sources auto-update failed miserably"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue