Migrations: Use Process Manager to create own Context (#13792)
This commit is contained in:
parent
fd1c3519c3
commit
2b4a08e962
7 changed files with 34 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue