summaryrefslogtreecommitdiffhomepage
path: root/cloudbuild.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'cloudbuild.yaml')
-rw-r--r--cloudbuild.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudbuild.yaml b/cloudbuild.yaml
index cd6803ac0..8917b0bf8 100644
--- a/cloudbuild.yaml
+++ b/cloudbuild.yaml
@@ -25,4 +25,4 @@ steps:
args:
- '-c'
- |
- [[ "$BRANCH_NAME" == "master" ]] && gcloud app deploy public/app.yaml || return 0
+ [[ "$BRANCH_NAME" == "master" ]] && gcloud app deploy public/app.yaml || true