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 711ea1d gcloud components install beta to deploy to
https://Fineract.dev [FINERACT-970]
711ea1d is described below
commit 711ea1d6cd3eaacf00df07c6a666b80e768d32dd
Author: Michael Vorburger <[email protected]>
AuthorDate: Sat May 16 23:34:16 2020 +0200
gcloud components install beta to deploy to https://Fineract.dev
[FINERACT-970]
---
.github/workflows/fineract.dev.yaml | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/fineract.dev.yaml
b/.github/workflows/fineract.dev.yaml
index fbd738b..ad49d75 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -28,5 +28,6 @@ jobs:
- uses: actions/checkout@v2
- - 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
+ - run: gcloud components install beta
+
+ - run: gcloud beta builds triggers run deploy-demo --branch master
--format=none