mirror of
https://github.com/minio/minio.git
synced 2024-12-25 06:35:56 -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 \
|
||||
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 ../../../
|
||||
|
Loading…
Reference in New Issue
Block a user