revert test
This commit is contained in:
parent
6b65d435fb
commit
be594dd49e
@ -74,6 +74,7 @@ import { checkContainer } from '../lib/docker';
|
||||
} catch (error) {
|
||||
|
||||
} finally {
|
||||
await prisma.$disconnect();
|
||||
}
|
||||
|
||||
} else process.exit(0);
|
||||
|
@ -350,6 +350,7 @@ import * as buildpacks from '../lib/buildPacks';
|
||||
await pAll.default(actions, { concurrency })
|
||||
}
|
||||
} catch (error) { } finally {
|
||||
await prisma.$disconnect();
|
||||
process.exit(0);
|
||||
}
|
||||
} else process.exit(0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user