Skip to content

Commit 7b5c80f

Browse files
bin/ci/before_build.sh: announce what virtual hosts will be deleted first
1 parent 1e190f2 commit 7b5c80f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/ci/before_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $CTL add_vhost /
2222
$CTL add_user guest guest
2323
$CTL set_permissions -p / guest ".*" ".*" ".*"
2424

25-
cargo run '--' --non-interactive vhosts delete_multiple --name-pattern "^rabbitmqadmin"
25+
cargo -q run '--' --non-interactive vhosts delete_multiple --name-pattern "^rabbitmqadmin" --dry-run
26+
cargo -q run '--' --non-interactive vhosts delete_multiple --name-pattern "^rabbitmqadmin"
2627

2728
$CTL add_vhost "rust/rabbitmqadmin"
2829
$CTL set_permissions -p "rust/rabbitmqadmin" guest ".*" ".*" ".*"

0 commit comments

Comments
 (0)