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 2022/01/04 23:20:43 UTC

[fineract] branch develop updated: Update fineract.dev.yaml

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 83c83e1  Update fineract.dev.yaml
83c83e1 is described below

commit 83c83e1dd76fadc1d7820cee351b38e462cf0a35
Author: Petri Tuomola <pt...@users.noreply.github.com>
AuthorDate: Wed Jan 5 07:20:37 2022 +0800

    Update fineract.dev.yaml
---
 .github/workflows/fineract.dev.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/fineract.dev.yaml b/.github/workflows/fineract.dev.yaml
index 282502f..d4341c8 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -22,13 +22,13 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v2
-
-      - uses: google-github-actions/setup-gcloud@v0
+      - 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