Skip to content

Commit

Permalink
workspace: Remove redundant --config=python3 from help strings (Robot…
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored and jamiesnape committed Nov 1, 2019
1 parent 6d96ef9 commit 3b7ef39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/workspace/mirror_to_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
To run:
bazel build --config=python3 //tools/workspace:mirror_to_s3
bazel build //tools/workspace:mirror_to_s3
bazel-bin/tools/workspace/mirror_to_s3 [--no-download] [--no-upload]
The --no-download option implies --no-upload.
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/new_release.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
(1) Type in your password each time you run this program:
bazel build --config python3 //tools/workspace:new_release
bazel build //tools/workspace:new_release
bazel-bin/tools/workspace/new_release
(2) Use a GitHub API token:
bazel build --config python3 //tools/workspace:new_release
bazel build //tools/workspace:new_release
env GITHUB_API_TOKEN=$(cat ~/.config/readonly_github_api_token.txt) \
bazel-bin/tools/workspace/new_release
Expand Down

0 comments on commit 3b7ef39

Please sign in to comment.