fis-command-release
Advanced tools
Comparing version 0.3.4 to 0.3.5
{ | ||
"name" : "fis-command-release", | ||
"description" : "fis release command.", | ||
"version" : "0.3.4", | ||
"version" : "0.3.5", | ||
"author" : "FIS Team <fis@baidu.com>", | ||
@@ -6,0 +6,0 @@ "homepage" : "http://fis.baidu.com/", |
@@ -85,6 +85,11 @@ /* | ||
fis.release(opt, function(ret){ | ||
process.stdout.write('\n'); | ||
fis.util.map(ret.pkg, collection, true); | ||
deploy(opt.dest, opt.md5, collection, fis); | ||
collection = {}; | ||
for(var item in collection){ | ||
if(collection.hasOwnProperty(item)){ | ||
process.stdout.write('\n'); | ||
fis.util.map(ret.pkg, collection, true); | ||
deploy(opt.dest, opt.md5, collection, fis); | ||
collection = {}; | ||
return; | ||
} | ||
} | ||
}); | ||
@@ -91,0 +96,0 @@ } |
11412
10
223