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

[build] Fix undefined variable

parent 75dcd695
No related branches found
No related tags found
No related merge requests found
Pipeline #26061 passed
......@@ -298,7 +298,7 @@ def get_docserver_setup(public, stable, server, intranet):
server + prefix + '/docs/bob/%(name)s/master/',
]
if private:
if not public:
# add private channels, (notice they are not accessible outside idiap)
prefix = '/private' if intranet else ''
if stable:
......
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