fix issue

pull/410/head
vapao 2021-09-13 15:12:56 +08:00
parent d5166a49ec
commit 897c91e840
1 changed files with 1 additions and 1 deletions

View File

@ -56,9 +56,9 @@ def dispatch(rep: Repository, helper=None):
if alone_build:
helper.clear()
rep.save()
return rep
elif rep.status == '5':
rep.save()
return rep
def _build(rep: Repository, helper, env):