feat: New update process (#115)

This commit is contained in:
Andras Bacsai
2022-02-11 11:46:47 +01:00
committed by GitHub
parent cf9d32b556
commit e622294b87
5 changed files with 14 additions and 13 deletions

View File

@@ -8,13 +8,13 @@ export default async function () {
for (const destinationDocker of destinationDockers) {
const host = getEngine(destinationDocker.engine);
try {
await asyncExecShell(`DOCKER_HOST=${host} docker container prune -f`);
// await asyncExecShell(`DOCKER_HOST=${host} docker container prune -f`);
} catch (error) {
//
console.log(error);
}
try {
await asyncExecShell(`DOCKER_HOST=${host} docker image prune -f`);
// await asyncExecShell(`DOCKER_HOST=${host} docker image prune -f`);
} catch (error) {
//
console.log(error);