now working
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
import * as plugins from "./npmdocker.plugins";
|
||||
import * as promisechain from "./npmdocker.promisechain";
|
||||
import * as ConfigModule from "./npmdocker.config";
|
||||
|
||||
promisechain.run();
|
||||
|
||||
promisechain.run()
|
||||
.then((configArg:ConfigModule.IConfig) => {
|
||||
if(configArg.exitCode == 0){
|
||||
plugins.beautylog.success("Allright test in docker ran through");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user