mirror of https://github.com/openspug/spug
fix issue
parent
d5166a49ec
commit
897c91e840
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue