This is an automated email from the ASF dual-hosted git repository. jlli pushed a commit to branch txt-hotfix in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit b609b000a17ea401340902605113c5be26fee63a Author: Jack Li(Analytics Engineering) <j...@jlli-mn1.linkedin.biz> AuthorDate: Mon Oct 26 22:34:33 2020 -0700 Modify .travis_install.sh --- .travis/.travis_install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis/.travis_install.sh b/.travis/.travis_install.sh index 5b676cc..daa748a 100755 --- a/.travis/.travis_install.sh +++ b/.travis/.travis_install.sh @@ -49,6 +49,13 @@ java -version if [ $noThirdEyeChange -ne 0 ]; then echo "Full Pinot build" echo "No ThirdEye changes" + + echo "Fixing git setup for $TRAVIS_BRANCH" + git checkout ${TRAVIS_BRANCH} + git branch -u origin/${TRAVIS_BRANCH} + git config branch.${TRAVIS_BRANCH}.remote origin + git config branch.${TRAVIS_BRANCH}.merge refs/heads/${TRAVIS_BRANCH} + 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 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org