Skip to content

Commit 9d95efb

Browse files
committed
build_docs_to_publish: Pass --container-cli-tool to build_docs.
1 parent 4ad289d commit 9d95efb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_docs_to_publish

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ def checkout_and_build(version, permanent_files, args):
114114
build_args += ["--static-path", args.static_path]
115115
if args.templates_path:
116116
build_args += ["--templates-path", args.templates_path]
117+
if args.container_cli_tool:
118+
build_args += ["--container-cli-tool", args.container_cli_tool]
117119
print(" ".join(build_args))
118120
build_docs(build_args)
119121

0 commit comments

Comments
 (0)