This is an automated email from the ASF dual-hosted git repository.
jlli pushed a commit to branch test-branch
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/test-branch by this push:
new 7a3052f Explicitly print the output of mvn clean install
7a3052f is described below
commit 7a3052fa7fbdb2c38b553d0ed3916dc49367e355
Author: Jack Li(Analytics Engineering) <[email protected]>
AuthorDate: Wed Oct 28 15:13:13 2020 -0700
Explicitly print the output of mvn clean install
---
.travis/.travis_install.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis/.travis_install.sh b/.travis/.travis_install.sh
index 5b676cc..d07cbc3 100755
--- a/.travis/.travis_install.sh
+++ b/.travis/.travis_install.sh
@@ -51,11 +51,10 @@ if [ $noThirdEyeChange -ne 0 ]; then
echo "No ThirdEye changes"
if [ "$TRAVIS_JDK_VERSION" != 'oraclejdk8' ]; then
# JDK 11 prints more logs exceeding Travis limits.
- mvn clean install -B -DskipTests=true -Pbin-dist -Dmaven.javadoc.skip=true
${DEPLOY_BUILD_OPTS} ${KAFKA_BUILD_OPTS} > /tmp/mvn_build_log
+ mvn clean install -B -DskipTests=true -Pbin-dist -Dmaven.javadoc.skip=true
${DEPLOY_BUILD_OPTS} ${KAFKA_BUILD_OPTS}
if [ $? -eq 0 ]; then
exit 0
else
- tail -1000 /tmp/mvn_build_log
exit 1
fi
else
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]