mirror of
https://github.com/versity/versitygw.git
synced 2026-04-23 06:00:30 +00:00
Merge pull request #2088 from versity/ben/disable-mc
test: disable downloads of mc from minio site
This commit is contained in:
9
.github/workflows/system.yml
vendored
9
.github/workflows/system.yml
vendored
@@ -50,10 +50,11 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install s3cmd
|
||||
|
||||
- name: Install mc
|
||||
run: |
|
||||
curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/local/bin/mc
|
||||
chmod 755 /usr/local/bin/mc
|
||||
# disable mc tests due to dl.min.io instability
|
||||
# - name: Install mc
|
||||
# run: |
|
||||
# curl https://dl.min.io/client/mc/release/linux-amd64/mc --create-dirs -o /usr/local/bin/mc
|
||||
# chmod 755 /usr/local/bin/mc
|
||||
|
||||
- name: Install xml libraries (for rest)
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user