Log tag on jenkins build

This commit is contained in:
kpdecker
2013-11-03 16:01:55 -06:00
parent a6781265a7
commit 6b62a2e58e
+2
View File
@@ -12,6 +12,8 @@ module.exports = function(grunt) {
grunt.log.writeln('branches: ' + branches);
git.commitInfo(function(err, info) {
grunt.log(writeln('tag: ' + info.tagName);
if (info.isMaster) {
initSDK();
publish(fileMap(['-latest', '-' + info.head]), done);