Remove env user salt since no need to use (#1515)
* remove env user salt since no need to use * remove unused variable from update.go
This commit is contained in:
parent
9a0b0da1fe
commit
930d1759ae
3 changed files with 0 additions and 4 deletions
|
@ -207,7 +207,6 @@ func HTTP(ctx *context.Context) {
|
|||
environ = []string{
|
||||
models.EnvRepoUsername + "=" + username,
|
||||
models.EnvRepoName + "=" + reponame,
|
||||
models.EnvRepoUserSalt + "=" + repoUser.Salt,
|
||||
models.EnvPusherName + "=" + authUser.Name,
|
||||
models.EnvPusherID + fmt.Sprintf("=%d", authUser.ID),
|
||||
models.ProtectedBranchRepoID + fmt.Sprintf("=%d", repo.ID),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue