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 a0e2058 fix canceling previous ongoing jobs on Fineract.dev
[FINERACT-970]
a0e2058 is described below
commit a0e20588aa520da3d3ca0227fe1030bbaa347b66
Author: Michael Vorburger <[email protected]>
AuthorDate: Sun May 17 00:18:40 2020 +0200
fix canceling previous ongoing jobs on Fineract.dev [FINERACT-970]
---
.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 0ce8754..e158126 100644
--- a/.github/workflows/fineract.dev.yaml
+++ b/.github/workflows/fineract.dev.yaml
@@ -30,6 +30,6 @@ jobs:
- 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
+ - 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