From f52aa754bbe6efeff47120f98bf7f9982ca320a5 Mon Sep 17 00:00:00 2001 From: Kaweesha Marasinghe <110246539+Kaweesha-mr@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:52:06 +0530 Subject: [PATCH] Update CI-CD-Pipeline.yml --- .github/workflows/CI-CD-Pipeline.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CI-CD-Pipeline.yml b/.github/workflows/CI-CD-Pipeline.yml index abda37e..5030049 100644 --- a/.github/workflows/CI-CD-Pipeline.yml +++ b/.github/workflows/CI-CD-Pipeline.yml @@ -58,8 +58,3 @@ jobs: - name: Verify Application is Running run: sleep 10 # Adjust to give the application time to start - - name: Stop the Application - run: pkill -f 'spring-boot:run' - - - name: Tear Down Docker Services - run: docker-compose down