We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10246a5 commit c3daceeCopy full SHA for c3dacee
.ci/ubuntu/cluster/gha-setup.sh
@@ -19,12 +19,7 @@ function run_docker_compose
19
docker compose --file "$script_dir/docker-compose.yml" $@
20
}
21
22
-if [[ $2 == 'arm' ]]
23
-then
24
- readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq1:4-management}"
25
-else
26
27
-fi
+readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq:4-management}"
28
29
if [[ ! -v GITHUB_ACTIONS ]]
30
then
0 commit comments