mirror of
https://github.com/minio/minio.git
synced 2025-01-12 15:33:22 -05:00
mint: Ignore teardown errors (#16979)
This commit is contained in:
parent
12591cd241
commit
ae011663e8
6
.github/workflows/run-mint.sh
vendored
6
.github/workflows/run-mint.sh
vendored
@ -40,11 +40,11 @@ docker run --rm --net=host \
|
|||||||
s3select \
|
s3select \
|
||||||
versioning
|
versioning
|
||||||
|
|
||||||
docker-compose -f minio-${MODE}.yaml down
|
docker-compose -f minio-${MODE}.yaml down || true
|
||||||
sleep 10s
|
sleep 10s
|
||||||
|
|
||||||
docker system prune -f
|
docker system prune -f || true
|
||||||
docker volume prune -f
|
docker volume prune -f || true
|
||||||
|
|
||||||
## change working directory
|
## change working directory
|
||||||
cd ../../../
|
cd ../../../
|
||||||
|
Loading…
Reference in New Issue
Block a user