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 4522b71  Disable broken fineract.dev.yaml
4522b71 is described below

commit 4522b71dfd11a885d7d5165f81e6d80db37e65ed
Author: Petri Tuomola <[email protected]>
AuthorDate: Fri Sep 10 06:21:26 2021 +0800

    Disable broken fineract.dev.yaml
    
    The workflow to push to fineract.dev.yaml has been broken for a few months, 
and sends a failure emails for each merge. Issue reported to @vorburger. 
Disabling this to reduce spam until Michael has had some spare time to check 
what's wrong. Once fixed, let's re-enable this great feature.
---
 .github/workflows/fineract.dev.yaml | 38 -------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/.github/workflows/fineract.dev.yaml 
b/.github/workflows/fineract.dev.yaml
deleted file mode 100644
index 4b7c0b7..0000000
--- a/.github/workflows/fineract.dev.yaml
+++ /dev/null
@@ -1,38 +0,0 @@
-# This is the GitHub Action which
-# automatically updates https://www.fineract.dev
-#
-# see https://jira.apache.org/jira/browse/FINERACT-970
-# https://github.com/marketplace/actions/setup-gcloud-environment
-# and 
http://blog2.vorburger.ch/2020/05/fineractdev-cicd-from-github-to-google.html
-#
-# Created by Michael Vorburger.ch for Fineract in May 2020.
-#
-
-name: Deploy to https://www.fineract.dev
-
-on:
-  push:
-    branches:
-      - develop
-
-jobs:
-  setup-build-deploy:
-    name: Deploy on Fineract.dev
-    if: github.repository == 'apache/fineract'
-    runs-on: ubuntu-latest
-
-    steps:
-      - uses: google-github-actions/setup-gcloud@master
-        with:
-          project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
-          service_account_key: ${{ secrets.GOOGLE_APPLICATION_CREDENTIALS}}
-
-      - uses: actions/checkout@v2
-
-      - run: gcloud components install beta
-
-      - run: JOBS=$(gcloud beta builds list --ongoing 
--format="value[terminator=' '](id)") && [ ! -z "$JOBS" ] && echo "Cancelling 
$JOBS..." && gcloud builds cancel $JOBS --no-user-output-enabled || true
-
-      - run: gcloud beta builds triggers list
-
-      - run: gcloud beta builds triggers run deploy-demo

Reply via email to