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 6a84a62 commit 0c80a6eCopy full SHA for 0c80a6e
ci/start-cluster.sh
@@ -21,8 +21,10 @@ cp -R "${PWD}"/tls-gen/basic/result/* ci/cluster/configuration/tls
21
chmod o+r ci/cluster/configuration/tls/*
22
chmod g+r ci/cluster/configuration/tls/*
23
24
+ls -al ci/cluster/configuration/tls/
25
+
26
docker compose --file ci/cluster/docker-compose.yml down
-docker compose --file ci/cluster/docker-compose.yml up --detach
27
+docker compose --file ci/cluster/docker-compose.yml up
28
29
wait_for_message rabbitmq0 "completed with"
30
0 commit comments