mirror of
https://gitee.com/gitea/gitea
synced 2025-11-06 09:30:25 +08:00
Migrations: Use Process Manager to create own Context (#13793)
This commit is contained in:
@@ -32,6 +32,7 @@ var (
|
||||
GitExecutable = "git"
|
||||
|
||||
// DefaultContext is the default context to run git commands in
|
||||
// will be overwritten by Init with HammerContext
|
||||
DefaultContext = context.Background()
|
||||
|
||||
gitVersion *version.Version
|
||||
|
||||
Reference in New Issue
Block a user