remove redundant git clean error handling

This commit is contained in:
2021-07-22 12:32:27 +02:00
parent a76f7c24ee
commit c6b3d02cb1

View File

@@ -276,7 +276,6 @@ func gitClean(pkg *BuildPackage) {
} else { } else {
log.Debug(string(res)) log.Debug(string(res))
} }
check(err)
} }
func (b *BuildManager) buildWorker(id int) { func (b *BuildManager) buildWorker(id int) {