Skip to content

Commit 921dcf5

Browse files
committed
fix version script on tag
1 parent abfb10a commit 921dcf5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ci/jobs/scripts/clickhouse_version.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ def get_current_version_as_dict(cls):
7474
version = version.with_description(version.flavour)
7575
version_dict = version.as_dict()
7676

77-
# preserve githash, not sure if that is going to be usefull, but mimics original implementation
78-
version_dict["githash"] = version["githash"]
7977
return version_dict
8078

8179
# NOTE (strtgbb): Just return, no need for the below logic

0 commit comments

Comments
 (0)