Fix migrate mirror 500 bug (#8526)
This commit is contained in:
parent
0b44f0c465
commit
1d9a1a0d45
1 changed files with 1 additions and 0 deletions
|
@ -1430,6 +1430,7 @@ func CreateRepository(doer, u *User, opts CreateRepoOptions) (_ *Repository, err
|
|||
IsFsckEnabled: !opts.IsMirror,
|
||||
CloseIssuesViaCommitInAnyBranch: setting.Repository.DefaultCloseIssuesViaCommitsInAnyBranch,
|
||||
Status: opts.Status,
|
||||
IsEmpty: !opts.AutoInit,
|
||||
}
|
||||
|
||||
sess := x.NewSession()
|
||||
|
|
Loading…
Reference in a new issue