This commit is contained in:
Alex Rodionov 2024-05-31 14:57:39 -07:00
parent 657484123c
commit a452639e44
4 changed files with 12 additions and 10 deletions

2
dist/post/index.js vendored
View file

@ -95965,7 +95965,7 @@ async function stopRemoteCacheServer() {
if (pid) {
try {
process.kill(pid, 'SIGTERM')
core.debug(`Stopped remote cache server with PID: ${pid}`)
core.info(`Stopped remote cache server with PID: ${pid}`)
} catch (error) {
core.error(`Failed to stop remote cache server with PID: ${pid}. Error: ${error}`)
}

File diff suppressed because one or more lines are too long