This commit is contained in:
Alex Rodionov 2024-05-30 20:40:48 -07:00
parent 319902179c
commit 729d401ac3
12 changed files with 77 additions and 32 deletions

View file

@ -12,7 +12,9 @@ async function run() {
}
async function stopRemoteCacheServer() {
core.info(fs.readFileSync(config.remoteCacheServer.logPath, 'utf8'))
if (!config.remoteCacheServer.enabled) {
return
}
const pid = core.getState('remote-cache-server-pid')
if (pid) {