Merge "Only prune docker when specified"

This commit is contained in:
Zuul 2018-06-22 14:22:22 +00:00 committed by Gerrit Code Review
commit 9b03ee2d50
1 changed files with 1 additions and 1 deletions

View File

@ -127,11 +127,11 @@ fi
stop_kubelet
remove_containers
remove_files
prune_docker
systemctl daemon-reload
if [[ $RESET_DOCKER == "1" ]]; then
prune_docker
reset_docker
fi