Skip to content

Commit 91c5fb3

Browse files
authored
Add batch_commands to presubmit.yml
1 parent e85728f commit 91c5fb3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.bcr/gazelle/presubmit.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ bcr_test_module:
2525
bazel: ${{ bazel }}
2626
shell_commands:
2727
- "echo 'common --override_module=rules_python=' >> .bazelrc"
28+
batch_commands:
29+
- "echo common --override_module=rules_python= >> .bazelrc"
2830
build_targets:
2931
- "//..."
3032
- ":modules_map"

0 commit comments

Comments
 (0)