From e60757eeb87aab7ae920632d60d3f028ff63cd98 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Mon, 21 Oct 2024 04:35:56 -0400 Subject: [PATCH] feat: move to repo-health-checker --- conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.json b/conf.json index 16b22f4..a93dba8 100644 --- a/conf.json +++ b/conf.json @@ -7,7 +7,7 @@ "with": { "default": { "args": [ - "./healthcheck", + "/tmp/repo-health-checker", "-root=.", "releaseCheck=false", "-releaseTag=h1", @@ -20,8 +20,8 @@ "procLimit": 50, "copyInDir": ".", "copyIn": { - "healthcheck": { - "src": "./../../../../../../build/healthcheck" + "/tmp/repo-health-checker": { + "src": "./../../../../../../build/repo-health-checker" } }, "copyOut": ["stdout", "stderr"],