now sorting Dockerfiles correctly

This commit is contained in:
2016-06-05 10:11:01 +02:00
parent 61720f47be
commit cb7cb852ea
4 changed files with 30 additions and 63 deletions

View File

@@ -4,8 +4,6 @@ import {GitRepo} from "smartstring";
import {Dockerfile} from "./npmci.build.docker"
export let repo = new GitRepo(process.env.CI_BUILD_REPO);
console.log(process.env.CI_BUILD_REPO);
console.log(repo);
export let dockerTestTag:string;
export let dockerReleaseTag:string;