Don't check error on hack/ remove docker images
Sometimes there aren't any to remove.pull/1825/merge
parent
d4560186bd
commit
a94dc0aee2
|
@ -24,7 +24,7 @@
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Clean up exited containers
|
# 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
|
gsutil cp gs://minikube-builds/logs/index.html gs://minikube-builds/logs/${ghprbPullId}/index.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue