disable Github error reporter in 6.8

This commit is contained in:
spalger 2020-04-20 11:47:07 -07:00
parent fdc9392f7a
commit da906e7e25

View file

@ -38,9 +38,10 @@ def withWorkers(name, preWorkerClosure = {}, workerClosures = [:]) {
publishJunit()
}
catchError {
runErrorReporter()
}
// disabled in 6.8
// catchError {
// runErrorReporter()
// }
}
}
}