зеркало из https://github.com/Azure/cli.git
skip cleaning up
This commit is contained in:
Родитель
f419bab500
Коммит
faa56bfdab
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
|
@ -83,10 +83,11 @@ export async function main() {
|
|||
}
|
||||
finally {
|
||||
// clean up
|
||||
const scriptFilePath: string = path.join(TEMP_DIRECTORY, scriptFileName);
|
||||
await deleteFile(scriptFilePath);
|
||||
console.log("cleaning up container...");
|
||||
await executeDockerCommand(["rm", "--force", CONTAINER_NAME], true);
|
||||
// const scriptFilePath: string = path.join(TEMP_DIRECTORY, scriptFileName);
|
||||
// await deleteFile(scriptFilePath);
|
||||
// console.log("cleaning up container...");
|
||||
// await executeDockerCommand(["rm", "--force", CONTAINER_NAME], true);
|
||||
console.log("Skip cleaning up container...");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче