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

[scripts][ci] Fix variable name

parent e2092e12
Branches
Tags
Loading
Pipeline #25968 passed
......@@ -132,4 +132,5 @@ def deploy(dry_run):
logger.info('[dav] %s -> %s%s%s', local_docs, SERVER,
server_info['root'], remote_path)
if not dry_run:
client.upload_directory(local_path=local_docs, remote_path=remote_path)
davclient.upload_directory(local_path=local_docs,
remote_path=remote_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment