Repository: kylin
Updated Branches:
  refs/heads/master dd61f58a9 -> 9fd38bb7a


KYLIN-2140 rename packaged js name


Project: http://git-wip-us.apache.org/repos/asf/kylin/repo
Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/9fd38bb7
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/9fd38bb7
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/9fd38bb7

Branch: refs/heads/master
Commit: 9fd38bb7ad19c0feb6f7a8066718db15e77f2a3b
Parents: dd61f58
Author: Jason <jiat...@163.com>
Authored: Mon Oct 31 14:55:06 2016 +0800
Committer: Jason <jiat...@163.com>
Committed: Mon Oct 31 14:56:10 2016 +0800

----------------------------------------------------------------------
 build/script/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kylin/blob/9fd38bb7/build/script/build.sh
----------------------------------------------------------------------
diff --git a/build/script/build.sh b/build/script/build.sh
index f54d41c..c68ca94 100755
--- a/build/script/build.sh
+++ b/build/script/build.sh
@@ -31,4 +31,4 @@ npm install -g bower                   || { exit 1; }
 bower --allow-root install              || { exit 1; }
 npm install                                             || { exit 1; }
 npm install -g grunt-cli                || { exit 1; }
-grunt dev --buildEnv=dev                || { exit 1; }
+grunt dev --buildEnv=dev --buildNumber=`date "+%Y%m%d%H%M%S"`  || { exit 1; }

Reply via email to