recompile

This commit is contained in:
2016-07-18 17:20:24 +02:00
parent 29ccf9d866
commit 5c5ca3ebf0
3 changed files with 34 additions and 2 deletions

View File

@ -24,7 +24,7 @@ let npm = function(){
let docker = function(){
let done = plugins.q.defer();
env.dockerRegistry = "docker.io"
env.dockerRegistry = "docker.io";
let dockerRegex = /^([a-zA-Z0-9\.]*)\|([a-zA-Z0-9\.]*)/
if(!process.env.NPMCI_LOGIN_DOCKER){
plugins.beautylog.error("You have to specify Login Data to the Docker Registry");