From c704d428977239ae83485377a7286004678a9dbd Mon Sep 17 00:00:00 2001 From: Dan Field Date: Fri, 1 Mar 2019 14:43:57 -0800 Subject: [PATCH] Update README.md (#28734) @xster --- dev/bots/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/bots/README.md b/dev/bots/README.md index 5301644320..5a4bc87a47 100644 --- a/dev/bots/README.md +++ b/dev/bots/README.md @@ -48,8 +48,7 @@ To run prepare_package.dart locally: - Make sure the depot_tools is in your PATH. If you're on Windows, you also need an environment variable called DEPOT_TOOLS with the path to depot_tools as value. - Run `gsutil.py config` (or `python %DEPOT_TOOLS%\gsutil.py` on Windows) to - authenticate with your auth token. When asked, the GCP project ID is - `turquoise-dev`. + authenticate with your auth token. - Create a local temp directory. `cd` into it. - Run `dart [path to your normal Flutter repo]/dev/bots/prepare_package.dart --temp_dir=. --revision=[revision to package] --branch=[branch to deploy to]