restructure

This commit is contained in:
2016-06-05 01:31:21 +02:00
parent c826ba3d5f
commit dd142856d0
3 changed files with 37 additions and 25 deletions

View File

@@ -7,4 +7,6 @@ export let repo = new GitRepo(process.env.CI_BUILD_REPO);
export let dockerTestTag:string;
export let dockerReleaseTag:string;
export let dockerRegistry = "docker.io"; // will be set by npmci.prepare
export let dockerRegistry; // will be set by npmci.prepare
export let dockerImages;
export let dockerFiles;