start centralizing environment gathering

This commit is contained in:
2016-06-03 02:56:20 +02:00
parent 497659df1f
commit b19bb9569d
5 changed files with 24 additions and 18 deletions

View File

@@ -1,3 +1,8 @@
export let env = function(){
};
import "typings-global";
import * as plugins from "./npmci.plugins";
import {GitRepo} from "smartstring";
export let repo = new GitRepo(process.env.CI_BUILD_REPO);
export let dockerTestTag:string;
export let dockerReleaseTag:string;