Skip to content

Commit 358f36a

Browse files
committed
fixup! fixup! fixup! add changelog entry
1 parent 3416f40 commit 358f36a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.bazelci/presubmit.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ buildifier:
2424
bazel: 6.4.0
2525
skip_in_bazel_downstream_pipeline: "Bazel 6 required"
2626
.reusable_config: &reusable_config
27+
environment:
28+
RP_BAZEL: ${{bazel}}
2729
build_targets:
2830
- "--"
2931
- "..."
@@ -33,7 +35,7 @@ buildifier:
3335
build_flags:
3436
- "--keep_going"
3537
- "--build_tag_filters=-integration-test"
36-
- "${{ bazel }}"
38+
- "--${RP_BAZEL}"
3739
test_targets:
3840
- "--"
3941
- "..."

0 commit comments

Comments
 (0)