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