Skip to content
Snippets Groups Projects
Commit 3528d8e7 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[deploy] Fix logging

parent eda5bb40
No related branches found
No related tags found
No related merge requests found
Pipeline #28503 passed
......@@ -134,8 +134,8 @@ def deploy_documentation(path, package, stable, public, branch, tag, username,
logger.info('[dav] mkdir %s', remote_path_prefix)
if not dry_run:
davclient.mkdir(remote_path_prefix)
remote_path = '%s/%s' % (remote_path_prefix, k)
logger.info('[dav] %s -> %s%s%s', path, SERVER, server_info['root'],
remote_path)
remote_path = '%s/%s' % (remote_path_prefix, k)
if not dry_run:
davclient.upload_directory(local_path=path, remote_path=remote_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment