Skip to content

Commit 988121b

Browse files
committed
Fix rebase
1 parent 932ac5b commit 988121b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

helm/extensions.bzl

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ def _helm_impl(ctx):
5151
_register_toolchains(**toolchain_config)
5252
_register_go_yaml()
5353

54+
# Separate iteration, because this can depend on the _register_toolchains called above.
55+
# And the _register_toolchains needs to be called *after* iteration of all modules.
56+
for module in ctx.modules:
5457
for repository in module.tags.import_repository:
5558
if not module.is_root:
5659
print("Ignoring import_repository of", repository.name, "from", repository.repository, "because it's not in the root module") # buildifier: disable=print

0 commit comments

Comments
 (0)