Skip to content

Commit

Permalink
try to fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbaun committed Sep 20, 2024
1 parent ac0a83c commit 06212d4
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ jobs:
echo "Waiting for MinIO to start...";
sleep 5;
done
- name: Install MinIO client (mc)
run: |
wget https://dl.min.io/client/mc/release/linux-amd64/mc
chmod +x mc
sudo mv mc /usr/local/bin/
- name: Configure MinIO client
run: |
mc alias set myminio http://localhost:9000 $MIN_USER $MIN_PASS
Expand Down

0 comments on commit 06212d4

Please sign in to comment.