Repository: kylin Updated Branches: refs/heads/v1.6.0-rc1 82e99078c -> 647d51e1d
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/647d51e1 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/647d51e1 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/647d51e1 Branch: refs/heads/v1.6.0-rc1 Commit: 647d51e1d5596774dcd4aab835f9ad4ffc81dd5a Parents: 82e9907 Author: Jason <jiat...@163.com> Authored: Mon Oct 31 14:55:06 2016 +0800 Committer: Jason <jiat...@163.com> Committed: Mon Oct 31 14:55:06 2016 +0800 ---------------------------------------------------------------------- build/script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/647d51e1/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; }