You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by im...@apache.org on 2019/08/25 08:21:16 UTC

[oodt] branch master updated: Removed github actions workflows

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

imesha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git


The following commit(s) were added to refs/heads/master by this push:
     new 86929c1  Removed github actions workflows
86929c1 is described below

commit 86929c10279c2f9f940d13e821abe594d24afa40
Author: Imesha Sudasingha <im...@gmail.com>
AuthorDate: Sun Aug 25 13:50:35 2019 +0530

    Removed github actions workflows
---
 .github/workflows/maven.yml | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
deleted file mode 100644
index 4955aea..0000000
--- a/.github/workflows/maven.yml
+++ /dev/null
@@ -1,27 +0,0 @@
-name: Java CI
-
-on:
-  push:
-    branches:
-    - master
-    - development
-  pull_request:
-    branches:
-    - master
-    - development
-  schedule:
-  - cron: 0 2 * * 1-5
-
-jobs:
-  build:
-
-    runs-on: ubuntu-18.04
-
-    steps:
-    - uses: actions/checkout@v1
-    - name: Set up JDK 1.8
-      uses: actions/setup-java@v1
-      with:
-        java-version: 1.8
-    - name: Build with Maven
-      run: mvn clean install