fix: expected

This commit is contained in:
Hydraallen 2024-08-25 23:47:36 +08:00
parent 412ee6bfd4
commit 0cd9a00146

View File

@ -4,7 +4,7 @@ name = "healthcheck"
[stages.executor]
name = "sandbox"
[stages.executor.with.default]
args = ["./healthcheck", "-root=.", "-whitelist=.*\\.md", "-whitelist=.*\\.json", "-whitelist=.git.*", "-whitelist=.*\\.txt", "-checkFileNameList=.gitignore", "-checkFileSumList=97392a850b161ccf64c1eb108c1c2931f9ce57c8e9bd5b6b1f54d34f82082ddc"]
args = ["./healthcheck", "-root=.", "-whitelist=.*\\.md", "-whitelist=.*\\.json", "-whitelist=.git.*", "-whitelist=.*\\.txt", "-checkFileNameList=.gitignore" "-checkFileSumList=97392a850b161ccf64c1eb108c1c2931f9ce57c8e9bd5b6b1f54d34f82082ddc"]
env = ["PATH=/usr/bin:/bin"]
cpuLimit = 10_000_000_000
memoryLimit = 104_857_600