We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a3b60b commit bca8889Copy full SHA for bca8889
components/pipelines/scripts/functions.sh
@@ -32,8 +32,8 @@ cd_to_scratch(){
32
33
download_mc(){
34
echo "Downloading MinIO Client..."
35
- MINIO_CLIENT_URL="${MINIO_CLIENT_URL:-https://dl.min.io/client/mc/release/linux-amd64}"
36
- curl -s -L "${MINIO_CLIENT_URL}/mc" -o "${BIN_DIR}/mc" && \
+ MINIO_CLIENT_URL="${MINIO_CLIENT_URL:-https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2025-04-16T18-13-26Z}"
+ curl -s -L "${MINIO_CLIENT_URL}" -o "${BIN_DIR}/mc" && \
37
chmod +x "${BIN_DIR}/mc"
38
}
39
0 commit comments