Skip to content

Commit f06e0d1

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

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

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

0 commit comments

Comments
 (0)