File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
lib/livebook/file_system/git
test/livebook_teams/web/hub Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -150,6 +150,8 @@ defmodule Livebook.FileSystem.Git.Client do
150
150
end
151
151
152
152
defp with_ssh_key_file ( file_system , fun ) when is_function ( fun , 1 ) do
153
+ File . mkdir_p! ( Livebook.Config . tmp_path ( ) )
154
+
153
155
key_path = FileSystem.Git . key_path ( file_system )
154
156
pem_entry = :public_key . pem_decode ( file_system . key )
155
157
ssh_key = :public_key . pem_encode ( pem_entry )
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ defmodule LivebookWeb.Integration.Hub.EditLiveTest do
18
18
if tags [ :git ] do
19
19
Livebook.FileSystem.Mounter . subscribe ( team . id )
20
20
end
21
+
22
+ :ok
21
23
end
22
24
23
25
test "updates the hub" , % { conn: conn , team: team } do
You can’t perform that action at this time.
0 commit comments