File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ mkdir -p rabbitmq-configuration/tls
2323
2424cp -R " ${PWD} " /tls-gen/basic/* rabbitmq-configuration/tls
2525chmod -R o+r rabbitmq-configuration/tls/*
26+ chmod -R g+r rabbitmq-configuration/tls/*
2627./mvnw -q clean resources:testResources -Dtest-tls-certs.dir=/etc/rabbitmq/tls
2728cp target/test-classes/rabbit@localhost.config rabbitmq-configuration/rabbitmq.config
2829
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ mkdir -p rabbitmq-configuration/tls
2323
2424cp -R " ${PWD} " /tls-gen/basic/* rabbitmq-configuration/tls
2525chmod -R o+r rabbitmq-configuration/tls/*
26+ chmod -R g+r rabbitmq-configuration/tls/*
2627./mvnw -q clean resources:testResources -Dtest-tls-certs.dir=/etc/rabbitmq/tls
2728cp target/test-classes/rabbit@localhost.config rabbitmq-configuration/rabbit@localhost.config
2829cp target/test-classes/hare@localhost.config rabbitmq-configuration/hare@localhost.config
You can’t perform that action at this time.
0 commit comments