Skip to content

Commit d3ea893

Browse files
meteorcloudyrickeylev
authored andcommitted
Add batch_commands to presubmit.yml (#3389)
Fix bcr presubmit build on windows (cherry picked from commit c181f93)
1 parent 7c1bb2c commit d3ea893

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
@@ -24,6 +24,8 @@ bcr_test_module:
2424
bazel: ${{ bazel }}
2525
shell_commands:
2626
- "echo 'common --override_module=rules_python=' >> .bazelrc"
27+
batch_commands:
28+
- "echo common --override_module=rules_python= >> .bazelrc"
2729
build_targets:
2830
- "//..."
2931
- ":modules_map"

0 commit comments

Comments
 (0)