Skip to content

Commit

Permalink
refactor: removed docker logs from bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
usuletw022 committed Mar 26, 2024
1 parent e3ddbe9 commit 3d5a184
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e_tests/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ stop_docker_compose_for_maeve_csms() {

# Function to check health endpoint
check_health_endpoint() {
docker-compose logs
HEALTH_ENDPOINT="http://localhost:9410/health"
echo "$(date +"%Y-%m-%d %H:%M:%S"):Waiting for the health endpoint to become available..."
while true; do
Expand Down

0 comments on commit 3d5a184

Please sign in to comment.