Skip to content

Commit

Permalink
Add .bazelversion at the correct location
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 518532699
Change-Id: Idaa4b3efa23636df3ca05d33e154889bc5b8657c
  • Loading branch information
meteorcloudy authored and copybara-github committed Mar 22, 2023
1 parent c8388e3 commit b0fc11d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ filegroup(
"//third_party:srcs",
"//src/main/starlark/tests/builtins_bzl:srcs",
"//src/main/java/com/google/devtools/build/docgen/release:srcs",
] + glob([".bazelci/*"]) + [".bazelrc"],
] + glob([".bazelci/*"]) + [".bazelrc", ".bazelversion"],
applicable_licenses = ["@io_bazel//:license"],
visibility = ["//src/test/shell/bazel:__pkg__"],
)
Expand Down

0 comments on commit b0fc11d

Please sign in to comment.