noe handling docker as well

This commit is contained in:
Philipp Kunz
2016-06-02 13:08:15 +02:00
parent b37a2f78c4
commit d6e597111e
8 changed files with 37 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ let publishDocker = function(){
prepare("docker")
.then(function(){
bash("docker push");
done.resolve();
});
return done.promise;
};