now fully working

This commit is contained in:
2016-07-20 00:40:37 +02:00
parent 0157ca94e4
commit 687417c03d
8 changed files with 64 additions and 32 deletions

View File

@@ -6,7 +6,10 @@ import * as ConfigModule from "./npmdocker.config";
promisechain.run()
.then((configArg:ConfigModule.IConfig) => {
if(configArg.exitCode == 0){
plugins.beautylog.success("Allright test in docker ran through");
plugins.beautylog.success("container ended all right!");
} else {
plugins.beautylog.error("container ended with error!");
process.exit(1);
}
});