remove frivolous log about abort-multipart failure in replication (#19413)

This commit is contained in:
Harshavardhana
2024-04-05 04:39:55 -07:00
committed by GitHub
parent a86d98826d
commit 96d226c0b1
2 changed files with 8 additions and 5 deletions

View File

@@ -55,6 +55,11 @@ __init__() {
go install github.com/minio/mc@latest
## this is needed because github actions don't have
## docker-compose on all runners
go install github.com/docker/compose/v2/cmd@latest
mv -v /tmp/gopath/bin/cmd /tmp/gopath/bin/docker-compose
TAG=minio/minio:dev make docker
MINIO_VERSION=RELEASE.2019-12-19T22-52-26Z docker-compose \