This is an automated email from the ASF dual-hosted git repository.
chenliang613 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git
The following commit(s) were added to refs/heads/master by this push:
new bcb30a572f fix ci issues
bcb30a572f is described below
commit bcb30a572f68ad0a3f1ddc21210f1c83085cd764
Author: chenliang613 <[email protected]>
AuthorDate: Sun Oct 1 11:00:34 2023 +0200
fix ci issues
---
.github/workflows/maven.yml | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
deleted file mode 100644
index 57bc595458..0000000000
--- a/.github/workflows/maven.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-# This workflow will build a Java project with Maven, and cache/restore any
dependencies to improve the workflow execution time
-# For more information see:
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven
-
-# This workflow uses actions that are not certified by GitHub.
-# They are provided by a third-party and are governed by
-# separate terms of service, privacy policy, and support
-# documentation.
-
-name: Java CI with Maven
-
-on:
- push:
- branches: [ "master" ]
- pull_request:
- branches: [ "master" ]
-
-jobs:
- build:
-
- runs-on: ubuntu-latest
-
- steps:
- - uses: actions/checkout@v3
- - name: Set up JDK 1.7
- uses: actions/setup-java@v3
- with:
- java-version: '1.7'
-
- - name: Build with Maven
- run: mvn clean -Pbuild-with-format -Pspark-2.4 test -Dlicense.skip=false