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 9c86da467d607f8f05e5e27889bdda3c635bc51d 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis/.travis_install.sh b/.travis/.travis_install.sh index 5b676cc..e3b8061 100755 --- a/.travis/.travis_install.sh +++ b/.travis/.travis_install.sh @@ -49,6 +49,12 @@ java -version if [ $noThirdEyeChange -ne 0 ]; then echo "Full Pinot build" echo "No ThirdEye changes" + + echo "Fixing git setup for $TRAVIS_BRANCH" + git checkout -b ${TRAVIS_BRANCH} 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