Skip to content

Commit ef7ff7e

Browse files
Merge pull request #8441 from rabbitmq/mergify/bp/v3.12.x/pr-8439
Add `bazel run rabbitmq-upgrade` (backport #8439)
2 parents 77a670b + 8fd907f commit ef7ff7e

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)