Clone via ssh instead of filesystem
This commit is contained in:
parent
6d9af44499
commit
4ba4f34993
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ sub process
|
|||
my $rendu = $args->{param}{rendu};
|
||||
my $login = $args->{param}{login};
|
||||
|
||||
my $path = $args->{param}{path} // "/srv/git/repositories/$year/$project_id/$login.git";
|
||||
my $path = $args->{param}{path} // "ssh://git@localhost/$year/$project_id/$login.git";
|
||||
|
||||
croak "$path is not a valid path." if (! -d $path);
|
||||
|
||||
|
|
Reference in a new issue