switch to ES6

This commit is contained in:
2016-07-18 16:56:53 +02:00
parent 253d69254b
commit 9f63fba3e2
20 changed files with 214 additions and 235 deletions

View File

@ -10,7 +10,7 @@ if(process.env.CI_BUILD_REPO) repo = new GitRepo(process.env.CI_BUILD_REPO);
export let buildStage:string = process.env.CI_BUILD_STAGE;
// handling config between commands
export let dockerRegistry; // will be set by npmci.prepare
export let dockerRegistry:string; // will be set by npmci.prepare
export let dockerFilesBuilt:Dockerfile[] = [];
export let dockerFiles:Dockerfile[] = [];
export let config = {