Start with docker test

This commit is contained in:
Philipp Kunz 2016-06-06 20:30:06 +02:00
parent 47aac2f7c5
commit 02e363d105
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
import * as plugins from "./npmci.plugins"
import * as NpmciEnv from "./npmci.env";
import {bashBare} from "./npmci.bash";
export let build = function(){
let done = plugins.q.defer();
readDockerfiles()

3
ts/npmci.test.docker.ts Normal file
View File

@ -0,0 +1,3 @@
import * as plugins from "./npmci.plugins"
import * as NpmciEnv from "./npmci.env";
import {bashBare} from "./npmci.bash";