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 7081e43 commit 46cc79bCopy full SHA for 46cc79b
.ci/ubuntu/cluster/gha-setup.sh
@@ -19,7 +19,7 @@ function run_docker_compose
19
docker compose --file "$script_dir/docker-compose.yml" $@
20
}
21
22
-readonly rabbitmq_image="${RABBITMQ_IMAGE:- rabbitmq:4-management}"
+readonly rabbitmq_image="${RABBITMQ_IMAGE:-rabbitmq:4-management}"
23
24
if [[ ! -v GITHUB_ACTIONS ]]
25
then
.ci/ubuntu/one-node/gha-setup.sh
@@ -9,7 +9,7 @@ readonly script_dir
9
echo "[INFO] script_dir: '$script_dir'"
10
11
12
13
14
15
0 commit comments