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:
parent
636ad2bbd0
commit
fa93335cc6
1 changed files with 0 additions and 4 deletions
|
|
@ -55,10 +55,6 @@ stages:
|
||||||
echo "Removing dangling images..."
|
echo "Removing dangling images..."
|
||||||
docker image prune -f
|
docker image prune -f
|
||||||
|
|
||||||
# Remove unused networks
|
|
||||||
echo "Removing unused networks..."
|
|
||||||
docker network prune -f
|
|
||||||
|
|
||||||
# Remove unused volumes
|
# Remove unused volumes
|
||||||
echo "Removing unused volumes..."
|
echo "Removing unused volumes..."
|
||||||
docker volume prune -f
|
docker volume prune -f
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue