Fix send_git
This commit is contained in:
parent
4ba4f34993
commit
61d523c7c3
2 changed files with 3 additions and 3 deletions
|
@ -111,7 +111,7 @@ if ($ref =~ m<^refs/tags/(.+)$>)
|
|||
"id" => $id_project,
|
||||
"rendu" => $tag,
|
||||
"login" => $repo_login,
|
||||
"path" => $ENV{GL_REPO_BASE_ABS}."/".$ENV{GL_REPO}.".git",
|
||||
# "path" => "ssh://git@localhost/".$ENV{GL_REPO},
|
||||
});
|
||||
};
|
||||
if ($@) {
|
||||
|
|
Reference in a new issue