Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Google Cloud Storage bucket:

1. Confirm/request access to the shared GCP project with your Google contact.
The Googler will give you a project name to use.
2. Install the gcloud CLI from https://cloud.google.com/sdk/docs/install
2. Install the gcloud CLI from https://docs.cloud.google.com/sdk/docs/install-sdk#latest-version
* Skip the "Before you begin" steps.
* If installation fails with the above method, try the alternative linked
[here](https://cloud.google.com/sdk/docs/downloads-versioned-archives#installation_instructions).
3. Download and execute [this script](src/results_uploader/gcloud_setup.py) to
Expand Down
3 changes: 2 additions & 1 deletion src/results_uploader/gcloud_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ def _run_gcloud_command(args: list[str]) -> None:
except FileNotFoundError:
logging.error(
'Failed to run `gcloud` commands! Please install the `gcloud` CLI '
'from https://cloud.google.com/sdk/docs/install\n')
'from https://docs.cloud.google.com/sdk/docs/install-sdk#latest-version '
'(Skip the "Before you begin" steps.)')
raise


Expand Down
Loading