mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix path
This commit is contained in:
parent
323e1a5087
commit
84811a55c5
@ -67,7 +67,7 @@ if __name__ == "__main__":
|
||||
s3_path_prefix = "codebrowser"
|
||||
html_urls = s3_helper.fast_parallel_upload_dir(report_path, s3_path_prefix, 'clickhouse-test-reports')
|
||||
|
||||
index_html = '<a href="https://s3.amazonaws.com/clickhouse-test-reports/codebrowser/html_report/ClickHouse/index.html">HTML report</a>'
|
||||
index_html = '<a href="https://s3.amazonaws.com/clickhouse-test-reports/codebrowser/index.html">HTML report</a>'
|
||||
|
||||
test_results = [(index_html, "Look at the report")]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user