remove copy-paste

This commit is contained in:
Nikita Taranov 2024-03-18 15:26:33 +00:00
parent 4a58705f7b
commit ac352b96f0

View File

@ -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