Skip to content

Commit 8fd907f

Browse files
HoloRinmergify[bot]
authored andcommitted
Add bazel run rabbitmq-upgrade
(cherry picked from commit 2c2b116)
1 parent 77a670b commit 8fd907f

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)