refactor
This commit is contained in:
parent
319902179c
commit
729d401ac3
12 changed files with 77 additions and 32 deletions
4
post.js
4
post.js
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue