Skip to content

Commit

Permalink
skip clone if exists
Browse files Browse the repository at this point in the history
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
  • Loading branch information
zhouyuan committed Jun 6, 2023
1 parent 57bfccb commit 2e6e28c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ jobs:
run: |
docker exec velox-ubuntu2004-test-spark33-$GITHUB_RUN_ID bash -c '
cd /var/cache/spark33 && \
git clone --depth 1 --branch v3.3.1 https://github.com/apache/spark.git spark331 &&\
cd /var/cache/spark33/spark331 && ./build/mvn -Pyarn -DskipTests install
[ ! -d "spark331" ]&& git clone --depth 1 --branch v3.3.1 https://github.com/apache/spark.git spark331 && cd /var/cache/spark33/spark331 && ./build/mvn -Pyarn -DskipTests install
'
- name: Build Gluten velox third party
run: |
Expand Down

0 comments on commit 2e6e28c

Please sign in to comment.