Skip to content

Commit

Permalink
fix build-ce7-releases cache
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangli20 committed Nov 7, 2023
1 parent 16ee61f commit ca59570
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-ce7-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
key: docker-centos7-${{ hashFiles('dev/docker-build/centos7/Dockerfile') }}

- name: Build blaze-engine-${{ matrix.sparkver }}
if: steps.cache.outputs.cache-hit != 'true'
run: SHIM=${{ matrix.sparkver }} MODE=release ./release-docker.sh

- name: Upload blaze-engine-${{ matrix.sparkver }}
Expand Down

0 comments on commit ca59570

Please sign in to comment.