We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77a15fa commit eebaf6dCopy full SHA for eebaf6d
helm/extensions.bzl
@@ -26,8 +26,6 @@ exports_files(glob(["**"]))
26
27
def _helm_impl(ctx):
28
for module in ctx.modules:
29
- if not module.is_root:
30
- continue
31
if module.is_root and len(module.tags.options) > 0:
32
# TODO Use deprecation tag when available: https://github.com/bazelbuild/bazel/issues/24843
33
print("helm.options() is deprecated. Use helm.toolchain() instead.") # buildifier: disable=print
0 commit comments