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

vorburger 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 84dfb32  use --quiet to deploy to https://Fineract.dev [FINERACT-970]
84dfb32 is described below

commit 84dfb32c349f02c5846e855a96bb0a1a47602090
Author: Michael Vorburger <[email protected]>
AuthorDate: Sat May 16 23:26:08 2020 +0200

    use --quiet to deploy to https://Fineract.dev [FINERACT-970]
---
 .github/workflows/fineract.dev.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/fineract.dev.yaml 
b/.github/workflows/fineract.dev.yaml
index c316b89..fbd738b 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -28,4 +28,5 @@ jobs:
 
       - uses: actions/checkout@v2
 
-      - run: gcloud beta builds triggers run deploy-demo --branch master 
--format=none
+      - run: gcloud beta builds triggers run deploy-demo --branch master 
--format=none --quiet
+        # see https://github.com/GoogleCloudPlatform/github-actions/issues/106 
re. use of --quiet

Reply via email to