Skip to content

Commit 3b86f9d

Browse files
committed
fix CLICKHOUSE_VERSION_STRING=None
1 parent cdc39e5 commit 3b86f9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/praktika/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _setup_env(self, _workflow, job):
117117
print("Read GH Environment")
118118
env = _Environment.from_env()
119119
try:
120-
version_string = Info().get_custom_data("version")['string']
120+
version_string = Info().get_kv_data("version")['string']
121121
os.environ["CLICKHOUSE_VERSION_STRING"] = version_string
122122
env.CLICKHOUSE_VERSION_STRING = version_string
123123
except Exception as e:

0 commit comments

Comments
 (0)