Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/git/receivepack.go')
-rw-r--r--internal/git/receivepack.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/git/receivepack.go b/internal/git/receivepack.go
index c9670612f..0889a85ea 100644
--- a/internal/git/receivepack.go
+++ b/internal/git/receivepack.go
@@ -24,6 +24,7 @@ func HookEnv(req ReceivePackRequest) []string {
fmt.Sprintf("GL_USERNAME=%s", req.GetGlUsername()),
fmt.Sprintf("GITLAB_SHELL_DIR=%s", config.Config.GitlabShell.Dir),
fmt.Sprintf("GL_REPOSITORY=%s", req.GetGlRepository()),
+ fmt.Sprintf("GITALY_BIN_DIR=%s", config.Config.BinDir),
}, gitlabshell.Env()...)
}