Skip to content
Snippets Groups Projects
Commit fa99f93c authored by Florent Thiery's avatar Florent Thiery
Browse files

add protocol url to mediaserver url refs #26844

parent e63c1a52
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ def setup(interactive=True): ...@@ -14,7 +14,7 @@ def setup(interactive=True):
"ms_url": utils.get_conf('MS_SERVER_NAME'), "ms_url": utils.get_conf('MS_SERVER_NAME'),
"ms_apikey": utils.get_conf('MS_API_KEY') "ms_apikey": utils.get_conf('MS_API_KEY')
} }
cmd_template = "./publish_zip_by_url.py -w {ms_url} -u %s -a {ms_apikey}".format(**options) cmd_template = "./publish_zip_by_url.py -w https://{ms_url} -u %s -a {ms_apikey}".format(**options)
for c in CONTENT: for c in CONTENT:
cmd = cmd_template % c cmd = cmd_template % c
cmds.append(cmd) cmds.append(cmd)
......
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