From 9ffb1ecd9b4e46d2a0bca838ac80d7128a352f9f Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Tue, 13 Jun 2023 09:53:34 -0700 Subject: [PATCH] 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. --- .bcr/gazelle/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bcr/gazelle/presubmit.yml b/.bcr/gazelle/presubmit.yml index be948ad0f2..037055d66d 100644 --- a/.bcr/gazelle/presubmit.yml +++ b/.bcr/gazelle/presubmit.yml @@ -13,7 +13,7 @@ # limitations under the License. bcr_test_module: - module_path: "../examples/build_file_generation" + module_path: "../examples/bzlmod_build_file_generation" matrix: platform: ["debian11", "macos", "ubuntu2004", "windows"] tasks: