Skip to content

Commit

Permalink
fix bazelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey Ivy committed Sep 29, 2024
1 parent bb0c614 commit 271be65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel-demo/.bazelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build --bes_backend=grpc://localhost:8082
build --bes_results_url=http://localhost:8081/bazel-invocations/
build --build_metadata=user_ldap=TREY
build --build_metadata=user_email=trey@stack.com
build --bes_results_url=<http://localhost:8081/bazel-invocations/>
build --build_metadata=user_ldap=demo-user
build --build_metadata=user_email=<demo-user@example.com>

0 comments on commit 271be65

Please sign in to comment.