feat: move to repo-health-checker
This commit is contained in:
parent
ec50dd1ed5
commit
3949d5ac4a
19
conf.json
19
conf.json
|
@ -6,27 +6,18 @@
|
|||
"name": "sandbox",
|
||||
"with": {
|
||||
"default": {
|
||||
"args": [
|
||||
"./healthcheck",
|
||||
"-root=.",
|
||||
"-meta=readme"
|
||||
],
|
||||
"env": [
|
||||
"PATH=/usr/bin:/bin"
|
||||
],
|
||||
"args": ["/tmp/repo-health-checker", "-root=.", "-meta=readme"],
|
||||
"env": ["PATH=/usr/bin:/bin"],
|
||||
"cpuLimit": 10000000000,
|
||||
"memoryLimit": 104857600,
|
||||
"procLimit": 50,
|
||||
"copyInDir": ".",
|
||||
"copyIn": {
|
||||
"healthcheck": {
|
||||
"src": "./../../../../../../build/healthcheck"
|
||||
"/tmp/repo-health-checker": {
|
||||
"src": "./../../../../../../build/repo-health-checker"
|
||||
}
|
||||
},
|
||||
"copyOut": [
|
||||
"stdout",
|
||||
"stderr"
|
||||
],
|
||||
"copyOut": ["stdout", "stderr"],
|
||||
"stdin": {
|
||||
"content": ""
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user