This is an automated email from the ASF dual-hosted git repository. mcvsubbu pushed a commit to branch fix-compat-incubator in repository https://gitbox.apache.org/repos/asf/pinot.git
commit c62c0cbc0729acbd903a6b1778bcfa24eb66b392 Author: Subbu Subramaniam <ssubr...@linkedin.com> AuthorDate: Fri Jul 23 14:40:43 2021 -0700 Move pinot url away from incubator --- compatibility-verifier/checkoutAndBuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compatibility-verifier/checkoutAndBuild.sh b/compatibility-verifier/checkoutAndBuild.sh index b536ff2..7f0ce44 100755 --- a/compatibility-verifier/checkoutAndBuild.sh +++ b/compatibility-verifier/checkoutAndBuild.sh @@ -49,7 +49,7 @@ function checkOut() { pushd "$targetDir" 1>&2 || exit 1 git init 1>&2 || exit 1 - git remote add origin https://github.com/apache/incubator-pinot 1>&2 || exit 1 + git remote add origin https://github.com/apache/pinot 1>&2 || exit 1 git pull origin master 1>&2 || exit 1 # Pull the tag list so that we can check out by tag name git fetch --tags 1>&2 || exit 1 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org