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

[ci][deploy] Fix variable name

parent 97c9c38d
No related branches found
No related tags found
No related merge requests found
Pipeline #25958 passed
...@@ -81,7 +81,7 @@ def deploy(dry_run): ...@@ -81,7 +81,7 @@ def deploy(dry_run):
'webdav_login': os.environ['DOCUSER'], 'webdav_login': os.environ['DOCUSER'],
'webdav_password': os.environ['DOCPASS'], 'webdav_password': os.environ['DOCPASS'],
} }
davclient = webdav.Client(options) davclient = webdav.Client(webdav_options)
assert davclient.valid() assert davclient.valid()
group, name = package.split('/') group, name = package.split('/')
......
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