more fix
This commit is contained in:
parent
5cea67652c
commit
d683b61ff3
6 changed files with 8 additions and 8 deletions
2
post.js
2
post.js
|
|
@ -26,7 +26,7 @@ async function stopRemoteCacheServer() {
|
|||
}
|
||||
}
|
||||
|
||||
const logPath = config.remoteCacheServer.logPath
|
||||
const logPath = config.remoteCache.logPath
|
||||
if (fs.existsSync(logPath)) {
|
||||
const logContent = fs.readFileSync(logPath, 'utf8')
|
||||
core.debug(`Remote cache server log:\n${logContent}`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue