Substitute true for return

This commit is contained in:
Adin Scannell
2019-04-02 17:08:26 -07:00
parent 63d5bb5a16
commit 4ab738270a
+1 -1
View File
@@ -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