Skip to content

Commit 9ffb1ec

Browse files
authored
fix(bzlmod+gazelle): update BCR release presubmit to use correct example (#1264)
The bzlmod-compatible build_file_generation example was moved to the bzlmod_build_file_generation example. This should fix the automatic build/release of the gazelle BCR module.
1 parent 2c28e61 commit 9ffb1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bcr/gazelle/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414

1515
bcr_test_module:
16-
module_path: "../examples/build_file_generation"
16+
module_path: "../examples/bzlmod_build_file_generation"
1717
matrix:
1818
platform: ["debian11", "macos", "ubuntu2004", "windows"]
1919
tasks:

0 commit comments

Comments
 (0)