Skip to content

Commit

Permalink
Replace with mc ready local
Browse files Browse the repository at this point in the history
  • Loading branch information
blaginin committed Jan 9, 2025
1 parent 5597698 commit 5f13e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
run: |
docker run -d --name minio-container -p 9000:9000 -e MINIO_ROOT_USER=TEST-DataFusionLogin -e MINIO_ROOT_PASSWORD=TEST-DataFusionPassword quay.io/minio/minio -v $(pwd)/../datafusion/core/tests/data:/source server /data
docker exec minio-container /bin/sh -c "\
while ! curl -I http://localhost:9000/minio/health/live; do echo 'Wait minio to startup...' && sleep 1; done; sleep 1;
mc ready local
mc alias set localminio http://localhost:9000 TEST-DataFusionLogin TEST-DataFusionPassword && \
mc mb localminio/data && \
mc cp -r /source/* localminio/data"
Expand Down

0 comments on commit 5f13e69

Please sign in to comment.