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:
authorJohn Cai <jcai@gitlab.com>2019-06-27 22:10:15 +0300
committerJohn Cai <jcai@gitlab.com>2019-06-27 22:10:15 +0300
commit11053e467b47b1e231785770c2137ea45520e478 (patch)
tree80959f25124389500f7695ff116de26647e6f3d4
parent1b64acce3ec4d7307bddf494923bfd46d7b6cb15 (diff)
-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()...)
}