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
No related branches found
No related tags found
No related merge requests found
Pipeline #25968 passed
...@@ -132,4 +132,5 @@ def deploy(dry_run): ...@@ -132,4 +132,5 @@ def deploy(dry_run):
logger.info('[dav] %s -> %s%s%s', local_docs, SERVER, logger.info('[dav] %s -> %s%s%s', local_docs, SERVER,
server_info['root'], remote_path) server_info['root'], remote_path)
if not dry_run: 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.
Finish editing this message first!
Please register or to comment