fix: error on one project should not terminate haunt
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
30f1f56d7d
commit
e131342e1f
@ -265,7 +265,6 @@ func (p *Project) Reload(path string, stop <-chan bool) {
|
||||
if build.Err != nil {
|
||||
log.Println(p.parent.Prefix("Build failed for: " + p.Name + " exiting"))
|
||||
}
|
||||
os.Exit(0)
|
||||
}
|
||||
if done {
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user