mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 00:20:50 +00:00
Move update-server-info to hooks (#12826)
Signed-off-by: Andrew Thornton <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
daa393cb48
commit
2d75d6f664
2 changed files with 6 additions and 4 deletions
|
@ -180,10 +180,6 @@ func pushUpdates(optsList []*PushUpdateOptions) error {
|
|||
}
|
||||
|
||||
repoPath := repo.RepoPath()
|
||||
_, err = git.NewCommand("update-server-info").RunInDir(repoPath)
|
||||
if err != nil {
|
||||
return fmt.Errorf("Failed to call 'git update-server-info': %v", err)
|
||||
}
|
||||
gitRepo, err := git.OpenRepository(repoPath)
|
||||
if err != nil {
|
||||
return fmt.Errorf("OpenRepository: %v", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue