We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6faa4c8 commit 2cb062bCopy full SHA for 2cb062b
private/BUILD.bazel
@@ -4,6 +4,7 @@ load("@rules_multirun//:defs.bzl", "multirun")
4
5
multirun(
6
name = "requirements.update",
7
+ testonly = True,
8
commands = [
9
"//tools/publish:{}.update".format(r)
10
for r in [
0 commit comments