mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-29 14:29:06 +08:00
Ignore failures when trying to kill the ssh-agent (#33)
This commit is contained in:
@@ -6,5 +6,6 @@ try {
|
||||
console.log('Stopping SSH agent')
|
||||
execSync('kill ${SSH_AGENT_PID}', { stdio: 'inherit' })
|
||||
} catch (error) {
|
||||
core.setFailed(error.message)
|
||||
console.log(error.message);
|
||||
console.log('Error stopping the SSH agent, proceeding anyway');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user