This is an automated email from the ASF dual-hosted git repository.

nic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new efef11a  Fix release test failure
efef11a is described below

commit efef11a864c5c65a563521e731559cefda19e388
Author: yaqian.zhang <598593...@qq.com>
AuthorDate: Wed Dec 25 16:00:55 2019 +0800

    Fix release test failure
---
 build/script/package.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build/script/package.sh b/build/script/package.sh
index 3d8f9d7..ef3c277 100755
--- a/build/script/package.sh
+++ b/build/script/package.sh
@@ -77,7 +77,5 @@ git rev-parse HEAD >> build/commit_SHA1
 
 sh build/script/build.sh $@         || { exit 1; }
 sh build/script/download-tomcat.sh  || { exit 1; }
-sh build/script/download-spark.sh   || { exit 1; }
-sh build/script/download-flink.sh   || { exit 1; }
 sh build/script/prepare.sh          || { exit 1; }
 sh build/script/compress.sh         || { exit 1; }

Reply via email to