mirror of
https://github.com/minio/minio.git
synced 2026-02-05 02:10:14 -05:00
mint: Ignore teardown errors (#16979)
This commit is contained in:
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 ../../../
|
||||||
|
|||||||
Reference in New Issue
Block a user