This commit is contained in:
2016-06-05 08:53:46 +02:00
parent bb44333d70
commit d2e7488868
4 changed files with 8 additions and 4 deletions

View File

@ -48,7 +48,7 @@ let sortDockerfiles = function(){
redoSort = true;
return -1;
} else {
return 0
return 1
}
});
if(redoSort && sortCounter <= 50){

View File

@ -4,6 +4,8 @@ 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;