File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,12 @@ readonly script_dir
99echo " [INFO] script_dir: '$script_dir '"
1010readonly rabbitmq_image=${RABBITMQ_IMAGE:- rabbitmq: 4.2-rc-management-alpine}
1111
12-
1312readonly docker_name_prefix=' rabbitmq-amqp-go-client'
1413readonly docker_network_name=" $docker_name_prefix -network"
1514
15+ declare -r rabbitmq_docker_name=" $docker_name_prefix -rabbitmq"
16+ declare -r toxiproxy_docker_name=" $docker_name_prefix -toxiproxy"
17+
1618if [[ ! -v GITHUB_ACTIONS ]]
1719then
1820 GITHUB_ACTIONS=' false'
4951
5052set -o nounset
5153
52- declare -r rabbitmq_docker_name=" $docker_name_prefix -rabbitmq"
53- declare -r toxiproxy_docker_name=" $docker_name_prefix -toxiproxy"
54-
5554function start_toxiproxy
5655{
5756 if [[ $run_toxiproxy == ' true' ]]
You can’t perform that action at this time.
0 commit comments