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 a3987ff commit 1e43554Copy full SHA for 1e43554
.github/workflows/indexing.yml
@@ -105,7 +105,7 @@ jobs:
105
echo "ElasticSearch Version:"
106
curl -v "localhost:$ES_PORT" 2>&1
107
echo "Indexation: Indices showing ..."
108
- docker-compose exec api curl -v 'elasticsearch:9200/_cat/indices'
+ docker-compose exec -T api curl -v 'elasticsearch:9200/_cat/indices'
109
echo "Indexation: Activity Log showing ..."
110
cat src/metacpan-api/var/log/metacpan.log
111
doccount=`curl "localhost:$ES_PORT/_cat/indices" 2>&1 | grep -i "cpan_v1_01" | awk '{print $6}'`
0 commit comments