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


The following commit(s) were added to refs/heads/txt-hotfix by this push:
     new fdc4bce  Modify .travis_install.sh
fdc4bce is described below

commit fdc4bce8d6f0ee908cf341262557e00b6a4d739a
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..8cd7ab0 100755
--- a/.travis/.travis_install.sh
+++ b/.travis/.travis_install.sh
@@ -79,3 +79,9 @@ if [ $noThirdEyeChange -eq 0 ]; then
   #
   exit $?
 fi
+
+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}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to