Skip to content

Commit

Permalink
docs: update testing.md to mention setting the GCB project ID
Browse files Browse the repository at this point in the history
Before you can run gcloud commands you need to make sure the project ID is set, which was not specified in the docs before.

Change-Id: Ifbea940ebfe8e4c34677710648f680c9534a34bb
GitHub-Last-Rev: 1ffd4f7
GitHub-Pull-Request: golang#200
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/237277
Reviewed-by: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
mcjcloud authored and hyangah committed Jun 10, 2020
1 parent 16ccd41 commit 2c52fe3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The Docker container used for testing is defined in [`build/cloudbuild.container
GCB project members can manually trigger a build and test their local changes. Follow the [GCB instructions](https://cloud.google.com/cloud-build/docs/running-builds/start-build-manually) to set up the environment and tools, and then run:

```bash
gcloud config set project vscode-go # this assumes access to vscode-go GCB project. If you encounter an access related error, please file an issue.
gcloud builds submit --config=build/cloudbuild.yaml
```

Expand Down

0 comments on commit 2c52fe3

Please sign in to comment.