Skip to content

Commit

Permalink
reestablishing option "-T"
Browse files Browse the repository at this point in the history
reestablishing `docker-compose` option "-T"
  • Loading branch information
bodo-hugo-barwich authored Dec 10, 2021
1 parent a3987ff commit 1e43554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/indexing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
echo "ElasticSearch Version:"
curl -v "localhost:$ES_PORT" 2>&1
echo "Indexation: Indices showing ..."
docker-compose exec api curl -v 'elasticsearch:9200/_cat/indices'
docker-compose exec -T api curl -v 'elasticsearch:9200/_cat/indices'
echo "Indexation: Activity Log showing ..."
cat src/metacpan-api/var/log/metacpan.log
doccount=`curl "localhost:$ES_PORT/_cat/indices" 2>&1 | grep -i "cpan_v1_01" | awk '{print $6}'`
Expand Down

0 comments on commit 1e43554

Please sign in to comment.