Don't check error on hack/ remove docker images

Sometimes there aren't any to remove.
pull/1825/merge
Matt Rickard 2017-08-16 15:15:21 -07:00 committed by dlorenc
parent d4560186bd
commit a94dc0aee2
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
set -e
# Clean up exited containers
docker rm $(docker ps -q -f status=exited)
docker rm $(docker ps -q -f status=exited) || true
gsutil cp gs://minikube-builds/logs/index.html gs://minikube-builds/logs/${ghprbPullId}/index.html