fix(cmd/joj3): skip scoreboard on teapot check failed
All checks were successful
submodules sync / sync (push) Successful in 47s
build / build (push) Successful in 1m33s
build / trigger-build-image (push) Successful in 7s

This commit is contained in:
张泊明518370910136 2024-11-26 00:31:40 -05:00
parent c41031c2c3
commit e4fb393e38
GPG Key ID: D47306D7062CDA9D

View File

@ -177,6 +177,7 @@ func Run(
) )
if err != nil { if err != nil {
slog.Error("teapot check", "error", err) slog.Error("teapot check", "error", err)
conf.Teapot.SkipScoreboard = true // avoid adding extra submit count
return return
} }
executors.InitWithConf( executors.InitWithConf(