mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +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,
|
version: str,
|
||||||
ch_helper: ClickHouseHelper,
|
ch_helper: ClickHouseHelper,
|
||||||
) -> None:
|
) -> 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
|
# 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
|
assert pr_info.sha and pr_info.commit_html_url and version and git_ref
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user