deps: removed dependency on github.com/minio/minio/pkg, replaced with command line tool (#1185)

This commit is contained in:
Jarek Kowalski
2021-07-10 10:15:31 -07:00
committed by GitHub
parent f95ef881ce
commit f702e65a31
9 changed files with 85 additions and 285 deletions

View File

@@ -14,9 +14,6 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Minio MC
run:
GOBIN=$(pwd)/tools/.tools/minio-mc go install github.com/minio/mc@latest
- name: Provider Tests
run: make provider-tests
env: