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.
This commit is contained in:
maguire-arman 2025-06-05 09:34:45 -04:00
parent 636ad2bbd0
commit fa93335cc6

View file

@ -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