You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by th...@apache.org on 2020/09/15 15:41:30 UTC

[lucene-solr] 05/08: Remove ant Github Action (#1798)

This is an automated email from the ASF dual-hosted git repository.

thelabdude pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit c004d737c446a84dba57694e04a2dd5038c79e46
Author: Tomas Fernandez Lobbe <tf...@apache.org>
AuthorDate: Fri Aug 28 20:16:17 2020 -0700

    Remove ant Github Action (#1798)
    
    ant no longer in master branch
---
 .github/workflows/ant.yml | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml
deleted file mode 100644
index de505da..0000000
--- a/.github/workflows/ant.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-name: Ant precommit (w/ Java11)
-
-on: 
-  pull_request:
-    branches:
-    - '*'
-jobs:
-  test:
-    name: ant precommit w/ Java 11
- 
-    runs-on: ubuntu-latest
-    
-    steps:
-    - uses: actions/checkout@v1
-    - name: Set up JDK 11
-      uses: actions/setup-java@v1
-      with:
-        java-version: 11
-    - name: Ivy bootstrap
-      run: ant ivy-bootstrap
-    - name: Precommit
-      run: ant precommit