summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-04-02 17:57:26 -0700
committerGitHub <noreply@github.com>2019-04-02 17:57:26 -0700
commit811de2bbe57ff863b50dec4a0f2494afd551a89e (patch)
tree29815eb5c8be2e363aa0978de5477684359d48d6 /README.md
parentff43ea67d787d4e6a9e3bcb3357e62e984dcb507 (diff)
Ensure exact match for project
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 08ebfe376..fdbbfaa81 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ account](https://cloud.google.com/cloud-build/docs/securing-builds/set-service-a
```
{
- PROJECT_NUMBER=$(gcloud projects list --filter=gvisor-website --format="value(projectNumber)")
+ PROJECT_NUMBER=$(gcloud projects list --filter=projectId:gvisor-website --format="value(projectNumber)")
gcloud services enable appengine.googleapis.com
gcloud projects add-iam-policy-binding gvisor-website \
--member=serviceAccount:${PROJECT_NUMBER}@cloudbuild.gserviceaccount.com \