- 518370910136
- https://boyanzh.site
-
FOCS maintainer for almost everything.
- Joined on
2021-05-21
first, set and check the debug log file for joj3, not only for teapot.
Where is the gitea issue that proves everything happens?
The hash of which file is wrong in the first issue?
For a healtch checker problem, why do you paste the teapot log here?
stdout := executorResult.Files["stdout"] => stdout := executorResult.Files[conf.Stdout]
Now the hc parser is hardcoded to read stdout from file ./stdout and stderr from file ./stderr. But with this check, they can not be hardcoded, make them a config option.
If the forbidden check is enabled, then just throw error for no root gitignore or wrong root gitignore.
Also, add an option to healthcheck parser for stdout and stderr as we need to put them to /tmp/stdout and /tmp/stderr.