We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66f3f7 commit 9f1ed32Copy full SHA for 9f1ed32
scripts/script.sh
@@ -23,7 +23,7 @@ start() {
23
echo "Waiting Elasticsearch cluster to start..."
24
sleep 30s
25
docker ps -a
26
- docker logs elastic-container || true
+ docker logs "${IMAGE_NAME}" || true
27
}
28
29
stop() {
0 commit comments