fix: module name
This commit is contained in:
parent
829d40c7a5
commit
e2dd1335b8
|
@ -1,6 +1,6 @@
|
||||||
skipGitea = true
|
skipGitea = true
|
||||||
[[stages]]
|
[[stages]]
|
||||||
name = "repohealth"
|
name = "healthcheck"
|
||||||
[stages.executor]
|
[stages.executor]
|
||||||
name = "sandbox"
|
name = "sandbox"
|
||||||
[stages.executor.with.default]
|
[stages.executor.with.default]
|
||||||
|
@ -10,8 +10,8 @@ cpuLimit = 10_000_000_000
|
||||||
memoryLimit = 104_857_600
|
memoryLimit = 104_857_600
|
||||||
procLimit = 50
|
procLimit = 50
|
||||||
copyInCwd = true
|
copyInCwd = true
|
||||||
[stages.executor.with.default.copyIn.repohealth]
|
[stages.executor.with.default.copyIn.healthcheck]
|
||||||
src = "./../../../build/repohealth"
|
src = "./../../../build/healthcheck"
|
||||||
copyOut = ["stdout", "stderr"]
|
copyOut = ["stdout", "stderr"]
|
||||||
[stages.executor.with.default.stdin]
|
[stages.executor.with.default.stdin]
|
||||||
content = ""
|
content = ""
|
||||||
|
@ -22,7 +22,7 @@ max = 4_096
|
||||||
name = "stderr"
|
name = "stderr"
|
||||||
max = 4_096
|
max = 4_096
|
||||||
[stages.parser]
|
[stages.parser]
|
||||||
name = "repohealth"
|
name = "healthcheck"
|
||||||
[stages.parser.with]
|
[stages.parser.with]
|
||||||
score = 10
|
score = 10
|
||||||
comment = " + comment from toml conf"
|
comment = " + comment from toml conf"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user