feat: move to repo-health-checker

This commit is contained in:
张泊明518370910136 2024-10-21 04:35:56 -04:00
parent e7422ff433
commit e60757eeb8
GPG Key ID: CA088E6D9284F870

View File

@ -7,7 +7,7 @@
"with": { "with": {
"default": { "default": {
"args": [ "args": [
"./healthcheck", "/tmp/repo-health-checker",
"-root=.", "-root=.",
"releaseCheck=false", "releaseCheck=false",
"-releaseTag=h1", "-releaseTag=h1",
@ -20,8 +20,8 @@
"procLimit": 50, "procLimit": 50,
"copyInDir": ".", "copyInDir": ".",
"copyIn": { "copyIn": {
"healthcheck": { "/tmp/repo-health-checker": {
"src": "./../../../../../../build/healthcheck" "src": "./../../../../../../build/repo-health-checker"
} }
}, },
"copyOut": ["stdout", "stderr"], "copyOut": ["stdout", "stderr"],