We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abfb10a commit 921dcf5Copy full SHA for 921dcf5
1 file changed
ci/jobs/scripts/clickhouse_version.py
@@ -74,8 +74,6 @@ def get_current_version_as_dict(cls):
74
version = version.with_description(version.flavour)
75
version_dict = version.as_dict()
76
77
- # preserve githash, not sure if that is going to be usefull, but mimics original implementation
78
- version_dict["githash"] = version["githash"]
79
return version_dict
80
81
# NOTE (strtgbb): Just return, no need for the below logic
0 commit comments