This is an automated email from the ASF dual-hosted git repository. jackie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push: new 6f109b9 fix java version variable (#6057) 6f109b9 is described below commit 6f109b9ffd67d78a0f56107c1a366fa33391cce1 Author: Yash Agarwal <yash.0...@gmail.com> AuthorDate: Thu Sep 24 23:33:52 2020 +0530 fix java version variable (#6057) Fixed a typo in Docker build command --- docker/images/pinot/docker-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/images/pinot/docker-build.sh b/docker/images/pinot/docker-build.sh index 1f7ae77..3e653ab 100755 --- a/docker/images/pinot/docker-build.sh +++ b/docker/images/pinot/docker-build.sh @@ -51,7 +51,7 @@ fi if [[ "$#" -gt 4 ]] then - JAVA_VERSION=$4 + JAVA_VERSION=$5 else JAVA_VERSION=8 fi --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org