mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
remove copy-paste
This commit is contained in:
parent
4a58705f7b
commit
ac352b96f0
@ -1620,10 +1620,6 @@ def _add_build_to_version_history(
|
||||
version: str,
|
||||
ch_helper: ClickHouseHelper,
|
||||
) -> None:
|
||||
ci_logs_credentials = CiLogsCredentials(Path("/dev/null"))
|
||||
if not ci_logs_credentials.host:
|
||||
return
|
||||
|
||||
# with some probability we will not silently break this logic
|
||||
assert pr_info.sha and pr_info.commit_html_url and version and git_ref
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user