Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 15, 2024
1 parent 68d7a50 commit 0f7b165
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions DocSum/tests/test_compose_on_gaudi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ function main() {
echo "==========================================="
echo ">>>> Stopping any running Docker containers..."
stop_docker

echo "==========================================="
if [[ "$IMAGE_REPO" == "opea" ]]; then
echo ">>>> Building Docker images..."
Expand All @@ -271,11 +271,11 @@ function main() {
echo "==========================================="
echo ">>>> Starting Docker services..."
start_services

echo "==========================================="
echo ">>>> Validating microservices..."
validate_microservices

echo "==========================================="
echo ">>>> Validating megaservice..."
validate_megaservice
Expand All @@ -285,7 +285,7 @@ function main() {
echo "==========================================="
echo ">>>> Stopping Docker containers..."
stop_docker

echo "==========================================="
echo ">>>> Pruning Docker system..."
echo y | docker system prune
Expand Down

0 comments on commit 0f7b165

Please sign in to comment.