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

[deploy] Add a comment about mkdir on dav server side

parent 84fda18f
No related branches found
No related tags found
1 merge request!35Issue 21
Pipeline #28497 passed
......@@ -128,6 +128,7 @@ def deploy_documentation(path, package, stable, public, branch, tag, username,
deploy_docs_to.add(tag)
deploy_docs_to.add('stable')
# creates package directory, and then uploads directory there
for k in deploy_docs_to:
if not davclient.check(remote_path_prefix): #base package directory
logger.info('[dav] mkdir %s', remote_path_prefix)
......
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