Skip to content

Commit 1e43554

Browse files
reestablishing option "-T"
reestablishing `docker-compose` option "-T"
1 parent a3987ff commit 1e43554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/indexing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
echo "ElasticSearch Version:"
106106
curl -v "localhost:$ES_PORT" 2>&1
107107
echo "Indexation: Indices showing ..."
108-
docker-compose exec api curl -v 'elasticsearch:9200/_cat/indices'
108+
docker-compose exec -T api curl -v 'elasticsearch:9200/_cat/indices'
109109
echo "Indexation: Activity Log showing ..."
110110
cat src/metacpan-api/var/log/metacpan.log
111111
doccount=`curl "localhost:$ES_PORT/_cat/indices" 2>&1 | grep -i "cpan_v1_01" | awk '{print $6}'`

0 commit comments

Comments
 (0)