Do not purge all docker containers in the apps-test

This commit is contained in:
Johannes Zellner
2019-04-16 17:22:03 +02:00
parent e756a442f6
commit 9a349eff32
2 changed files with 3 additions and 1 deletions

View File

@@ -165,7 +165,6 @@ function startBox(done) {
process.env.TEST_CREATE_INFRA = 1;
safe.fs.unlinkSync(paths.INFRA_VERSION_FILE);
child_process.execSync('docker ps -qa | xargs --no-run-if-empty docker rm -f');
async.series([
// first clear, then start server. otherwise, taskmanager spins up tasks for obsolete appIds