This is an automated email from the ASF dual-hosted git repository.
hongze pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 99596c9cc [VL] Minor command script correction in GHA CI
99596c9cc is described below
commit 99596c9ccdcbfd7c4b4f0edd65632a01b6d24b7e
Author: Hongze Zhang <[email protected]>
AuthorDate: Wed Jun 19 15:47:48 2024 +0800
[VL] Minor command script correction in GHA CI
---
.github/workflows/velox_docker.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/velox_docker.yml
b/.github/workflows/velox_docker.yml
index b1d5cfdcf..f690ac7ae 100644
--- a/.github/workflows/velox_docker.yml
+++ b/.github/workflows/velox_docker.yml
@@ -461,7 +461,7 @@ jobs:
run: |
export MAVEN_HOME=/usr/lib/maven && \
export PATH=${PATH}:${MAVEN_HOME}/bin && \
- export export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk && \
+ export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk && \
cd /opt && \
git clone -b branch-0.8
https://github.com/apache/incubator-uniffle.git && \
cd incubator-uniffle && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]