Compare commits

..

No commits in common. "aa593eb4c42f2493fbf33fb411e60c2875707cd1" and "dd1fabc81b7ad6fd02eb092897d3de52c849acc3" have entirely different histories.

View File

@ -1,5 +1,4 @@
{ {
"stage": {
"stages": [ "stages": [
{ {
"name": "healthcheck", "name": "healthcheck",
@ -7,14 +6,8 @@
"name": "sandbox", "name": "sandbox",
"with": { "with": {
"default": { "default": {
"args": [ "args": ["/tmp/repo-health-checker", "-root=.", "-meta=readme"],
"/tmp/repo-health-checker", "env": ["PATH=/usr/bin:/bin"],
"-root=.",
"-meta=readme"
],
"env": [
"PATH=/usr/bin:/bin"
],
"cpuLimit": 10000000000, "cpuLimit": 10000000000,
"memoryLimit": 104857600, "memoryLimit": 104857600,
"procLimit": 50, "procLimit": 50,
@ -24,10 +17,7 @@
"src": "./../../../../../../build/repo-health-checker" "src": "./../../../../../../build/repo-health-checker"
} }
}, },
"copyOut": [ "copyOut": ["stdout", "stderr"],
"stdout",
"stderr"
],
"stdin": { "stdin": {
"content": "" "content": ""
}, },
@ -51,5 +41,4 @@
} }
} }
] ]
}
} }