Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchengchenghh committed May 27, 2024
1 parent 14b80e4 commit 3a0eb1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/velox_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
path: |
./cpp/build/releases/
~/.m2/repository/org/apache/arrow/arrow-dataset/15.0.0-gluten/
~/.m2/repository/org/apache/arrow/
key: cache-velox-build-${{ hashFiles('./cache-key') }}
- name: Build Gluten Velox third party
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
Expand All @@ -72,10 +72,10 @@ jobs:
with:
path: ./cpp/build/releases/
name: velox-native-lib-centos-7-${{github.sha}}
- name: 'Upload Artifact Arrow jar'
- name: 'Upload Artifact Arrow Jar'
uses: actions/upload-artifact@v2
with:
path: /root/.m2/repository/org/apache/arrow/arrow-dataset/15.0.0-gluten/
path: /root/.m2/repository/org/apache/arrow/
name: velox-arrow-jar-centos-7-${{github.sha}}

run-tpc-test-ubuntu:
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: velox-arrow-jar-centos-7-${{github.sha}}
path: /root/.m2/repository/org/apache/arrow/arrow-dataset/15.0.0-gluten/
path: /root/.m2/repository/org/apache/arrow/
- name: Setup java and maven
run: |
if [ "${{ matrix.java }}" = "java-17" ]; then
Expand Down

0 comments on commit 3a0eb1f

Please sign in to comment.