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/08/11 02:10:33 UTC

[fineract] branch develop updated: Fixing broken workflow for fineract.dev

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 cbb4253  Fixing broken workflow for fineract.dev
cbb4253 is described below

commit cbb4253e8e8b38db8bc4177c9007672d1d598f8f
Author: Petri Tuomola <pt...@users.noreply.github.com>
AuthorDate: Wed Aug 11 10:10:28 2021 +0800

    Fixing broken workflow for fineract.dev
---
 .github/workflows/fineract.dev.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/fineract.dev.yaml b/.github/workflows/fineract.dev.yaml
index e204484..e44aaab 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -33,4 +33,4 @@ jobs:
 
       - 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 run deploy-demo --branch master --format=none
+      - run: gcloud beta builds triggers run deploy-demo --branch=master --format=none