mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Substitute true for return
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user