Skip to content

Commit dc9ecc9

Browse files
Merge pull request #8443 from rabbitmq/mergify/bp/v3.10.x/pr-8442
Add `bazel run rabbitmq-upgrade` (backport #8439) (backport #8441) (backport #8442)
2 parents dd5e0a8 + 70403e1 commit dc9ecc9

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
@@ -202,6 +202,11 @@ rabbitmqctl(
202202
home = ":broker-home",
203203
)
204204

205+
rabbitmqctl(
206+
name = "rabbitmq-upgrade",
207+
home = ":broker-home",
208+
)
209+
205210
shell(
206211
name = "repl",
207212
deps = PLUGINS,

0 commit comments

Comments
 (0)