fix(cmd/joj3): max total score as option
This commit is contained in:
parent
e4dc1adc13
commit
1da16d5c45
|
@ -79,7 +79,8 @@ func Run(conf *conf.Conf, runID string) error {
|
||||||
"joj3-all", conf.Teapot.EnvFilePath, conf.Stage.OutputPath, actor,
|
"joj3-all", conf.Teapot.EnvFilePath, conf.Stage.OutputPath, actor,
|
||||||
conf.Teapot.GradingRepoName, repoName, runNumber,
|
conf.Teapot.GradingRepoName, repoName, runNumber,
|
||||||
conf.Teapot.ScoreboardPath, conf.Teapot.FailedTablePath,
|
conf.Teapot.ScoreboardPath, conf.Teapot.FailedTablePath,
|
||||||
conf.Name, sha, runID, strconv.Itoa(conf.Teapot.MaxTotalScore),
|
conf.Name, sha, runID,
|
||||||
|
"--max-total-score", strconv.Itoa(conf.Teapot.MaxTotalScore),
|
||||||
skipIssueArg, skipScoreboardArg,
|
skipIssueArg, skipScoreboardArg,
|
||||||
skipFailedTableArg, submitterInIssueTitleArg,
|
skipFailedTableArg, submitterInIssueTitleArg,
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user