fix(cmd/joj3): teapot conf
This commit is contained in:
parent
2d4c7c30a3
commit
ad0918bbde
|
@ -179,6 +179,14 @@ func parseConfFile(path string) (conf Conf, err error) {
|
|||
},
|
||||
}
|
||||
}
|
||||
conf.Teapot.GradingRepoName = conf.GradingRepoName
|
||||
conf.Teapot.ScoreboardPath = conf.ScoreboardPath
|
||||
conf.Teapot.FailedTablePath = conf.FailedTablePath
|
||||
if conf.SkipTeapot {
|
||||
conf.Teapot.SkipScoreboard = true
|
||||
conf.Teapot.SkipFailedTable = true
|
||||
conf.Teapot.SkipIssue = true
|
||||
}
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user