Fix presence of @
This commit is contained in:
parent
61d523c7c3
commit
b38a5514e5
2 changed files with 2 additions and 2 deletions
|
@ -111,7 +111,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
|
||||||
"id" => $id_project,
|
"id" => $id_project,
|
||||||
"rendu" => $tag,
|
"rendu" => $tag,
|
||||||
"login" => $repo_login,
|
"login" => $repo_login,
|
||||||
# "path" => "ssh://git@localhost/".$ENV{GL_REPO},
|
# "path" => "ssh://git\@localhost/".$ENV{GL_REPO},
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
|
|
|
@ -20,7 +20,7 @@ sub process
|
||||||
my $rendu = $args->{param}{rendu};
|
my $rendu = $args->{param}{rendu};
|
||||||
my $login = $args->{param}{login};
|
my $login = $args->{param}{login};
|
||||||
|
|
||||||
my $path = $args->{param}{path} // "ssh://git@localhost/$year/$project_id/$login.git";
|
my $path = $args->{param}{path} // "ssh://git\@localhost/$year/$project_id/$login.git";
|
||||||
|
|
||||||
my $tempdir = tempdir();
|
my $tempdir = tempdir();
|
||||||
|
|
||||||
|
|
Reference in a new issue