mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +00:00
Add newline
This commit is contained in:
parent
e63b2f0de8
commit
7e714641ac
@ -143,7 +143,7 @@ if __name__ == "__main__":
|
||||
else:
|
||||
raise Exception("Cannot binary clickhouse among build results")
|
||||
|
||||
with SSHKey(key_value=get_parameter_from_ssm("jepsen_ssh_key")):
|
||||
with SSHKey(key_value=get_parameter_from_ssm("jepsen_ssh_key") + '\n'):
|
||||
ssh_auth_sock = os.environ['SSH_AUTH_SOCK']
|
||||
auth_sock_dir = os.path.dirname(ssh_auth_sock)
|
||||
cmd = get_run_command(ssh_auth_sock, auth_sock_dir, pr_info, nodes_path, REPO_COPY, build_url, result_path, docker_image)
|
||||
|
Loading…
Reference in New Issue
Block a user