From fa93335cc6fc7ad2aa080d312b35a945b0f80adb Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Thu, 5 Jun 2025 09:34:45 -0400 Subject: [PATCH] Removes unused network cleanup step Removes the network pruning step from the automated testing pipeline. This step is deemed unnecessary and removing it simplifies the process. --- azure-pipelines-automated-testing.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 4699892e1..2d9c19d74 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -55,10 +55,6 @@ stages: echo "Removing dangling images..." docker image prune -f - # Remove unused networks - echo "Removing unused networks..." - docker network prune -f - # Remove unused volumes echo "Removing unused volumes..." docker volume prune -f