mint: Ignore teardown errors (#16979)

This commit is contained in:
Klaus Post 2023-04-05 11:10:24 -07:00 committed by GitHub
parent 12591cd241
commit ae011663e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,11 +40,11 @@ docker run --rm --net=host \
s3select \
versioning
docker-compose -f minio-${MODE}.yaml down
docker-compose -f minio-${MODE}.yaml down || true
sleep 10s
docker system prune -f
docker volume prune -f
docker system prune -f || true
docker volume prune -f || true
## change working directory
cd ../../../