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 d5debd0 Fixing fineract.dev build
d5debd0 is described below
commit d5debd0eda04df199b087c99a4af6956c3ffb2e7
Author: Petri Tuomola <[email protected]>
AuthorDate: Wed Aug 11 10:13:36 2021 +0800
Fixing fineract.dev build
---
.github/workflows/fineract.dev.yaml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/fineract.dev.yaml
b/.github/workflows/fineract.dev.yaml
index e44aaab..509529a 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -33,4 +33,6 @@ 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 list
+
- run: gcloud beta builds triggers run deploy-demo --branch=master
--format=none