Fix test (#10363)
This commit is contained in:
parent
17445bbbfa
commit
8db20e807d
1 changed files with 1 additions and 0 deletions
|
@ -1619,6 +1619,7 @@ func DeleteRepository(doer *User, uid, repoID int64) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
if err = sess.Commit(); err != nil {
|
if err = sess.Commit(); err != nil {
|
||||||
|
sess.Close()
|
||||||
if len(deployKeys) > 0 {
|
if len(deployKeys) > 0 {
|
||||||
// We need to rewrite the public keys because the commit failed
|
// We need to rewrite the public keys because the commit failed
|
||||||
if err2 := RewriteAllPublicKeys(); err2 != nil {
|
if err2 := RewriteAllPublicKeys(); err2 != nil {
|
||||||
|
|
Loading…
Reference in a new issue