mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Only deploy if in the gvisor-website project
This commit is contained in:
+1
-2
@@ -24,5 +24,4 @@ steps:
|
||||
entrypoint: 'bash'
|
||||
args:
|
||||
- '-c'
|
||||
- |
|
||||
[[ "$BRANCH_NAME" == "master" ]] && gcloud app deploy public/app.yaml || true
|
||||
- 'if [[ "$PROJECT_ID" == "gvisor-website" && "$BRANCH_NAME" == "master" ]]; then gcloud app deploy public/app.yaml; fi'
|
||||
|
||||
Reference in New Issue
Block a user