You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by pt...@apache.org on 2021/11/04 06:51:33 UTC

[fineract] branch develop updated: Roll back build.yml

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

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3a03dc6  Roll back build.yml
3a03dc6 is described below

commit 3a03dc6b5a2053529285161a5aced130b22b9ed7
Author: Petri Tuomola <pt...@users.noreply.github.com>
AuthorDate: Thu Nov 4 14:50:34 2021 +0800

    Roll back build.yml
    
    Needs to be tried out somehow first in a separate branch
---
 .github/workflows/build.yml | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
deleted file mode 100644
index 24ed810..0000000
--- a/.github/workflows/build.yml
+++ /dev/null
@@ -1,19 +0,0 @@
-name: Fineract CI
-
-on: [push]
-
-jobs:
-  build:
-    runs-on: ubuntu-latest
-
-    steps:
-      - uses: actions/checkout@v2
-      - name: Set up JDK 11
-        uses: actions/setup-java@v2
-        with:
-          java-version: '11'
-          distribution: 'zulu'
-      - name: Validate Gradle wrapper
-        uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
-      - name: Build with Gradle
-        run: ./gradlew licenseMain licenseTest check build doc