mirror of
https://github.com/docker/setup-buildx-action.git
synced 2024-11-09 21:55:42 +01:00
commit
95cb08cb26
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
File diff suppressed because one or more lines are too long
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
@ -146,7 +146,7 @@ async function cleanup(): Promise<void> {
|
|||||||
|
|
||||||
if (stateHelper.credsDir.length > 0 && fs.existsSync(stateHelper.credsDir)) {
|
if (stateHelper.credsDir.length > 0 && fs.existsSync(stateHelper.credsDir)) {
|
||||||
core.info(`Cleaning up credentials`);
|
core.info(`Cleaning up credentials`);
|
||||||
fs.rmdirSync(stateHelper.credsDir, {recursive: true});
|
fs.rmSync(stateHelper.credsDir, {recursive: true});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user