Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chancilasnap committed Feb 25, 2021
1 parent 5d92d85 commit 9a0e0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/shell/bazel/starlark_repository_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -887,8 +887,8 @@ genrule(
)
EOF
cat > .bazelrc <<EOF
build:foo --repo_env=FOO=foo
build:bar --repo_env=FOO=bar
common:foo --repo_env=FOO=foo
common:bar --repo_env=FOO=bar
EOF

bazel build --config=foo //:repoenv //:unrelated
Expand Down

0 comments on commit 9a0e0c2

Please sign in to comment.