mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
fix left out refactoring in build.py
This commit is contained in:
parent
3e62b29e96
commit
12af173821
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ def build_server(app, build, vcs, build_dir, output_dir, log_dir, force):
|
|||
|
||||
# deploy logfile to repository web server
|
||||
if output:
|
||||
common.publish_build_log_with_rsync(app.id, build.versionCode, output)
|
||||
common.deploy_build_log_with_rsync(app.id, build.versionCode, output)
|
||||
else:
|
||||
logging.debug('skip publishing full build logs: '
|
||||
'no output present')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue