Skip to content

Commit 6f59c3b

Browse files
Merge pull request #8439 from rabbitmq/rin/bazel-rabbitmq-upgrade
Add `bazel run rabbitmq-upgrade`
2 parents 7e15b15 + 2c2b116 commit 6f59c3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

BUILD.bazel

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,11 @@ rabbitmqctl(
204204
home = ":broker-home",
205205
)
206206

207+
rabbitmqctl(
208+
name = "rabbitmq-upgrade",
209+
home = ":broker-home",
210+
)
211+
207212
shell(
208213
name = "repl",
209214
deps = PLUGINS,

0 commit comments

Comments
 (0)