From 32c68d77baa324911e5022c1a30072e5d311ebc7 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 | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/conf.json b/conf.json index 6bf1b9c..cd34d05 100644 --- a/conf.json +++ b/conf.json @@ -6,27 +6,18 @@ "name": "sandbox", "with": { "default": { - "args": [ - "./healthcheck", - "-root=.", - "-meta=readme" - ], - "env": [ - "PATH=/usr/bin:/bin" - ], + "args": ["./healthcheck", "-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": "" },