There was an error while loading. Please reload this page.
1 parent 1024669 commit ee96d15Copy full SHA for ee96d15
1 file changed
.github/workflows/test/test_minio.sh
@@ -28,6 +28,7 @@ docker run -d --expose 9000 --network $NETWORK -e MINIO_ROOT_USER=$MINIO_ROOT_US
28
29
echo "Ensure MinIO client exists"
30
curl -o ./mc -# https://dl.min.io/client/mc/release/linux-${MINIO_ARCH}/mc && chmod +x ./mc
31
+./mc version
32
33
echo "Create bucket"
34
MINIO_IP=$(docker inspect minio --format="{{ .NetworkSettings.Networks.$NETWORK.IPAddress }}")
0 commit comments