Skip to content

Commit c3dacee

Browse files
committed
Update RabbitMQ version
from our dockerhub repo to the official repo Signed-off-by: Gabriele Santomaggio <[email protected]>
1 parent 10246a5 commit c3dacee

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.ci/ubuntu/cluster/gha-setup.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,7 @@ function run_docker_compose
1919
docker compose --file "$script_dir/docker-compose.yml" $@
2020
}
2121

22-
if [[ $2 == 'arm' ]]
23-
then
24-
readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq1:4-management}"
25-
else
26-
readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq1:4-management}"
27-
fi
22+
readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq:4-management}"
2823

2924
if [[ ! -v GITHUB_ACTIONS ]]
3025
then

0 commit comments

Comments
 (0)