Skip to content

Commit bca8889

Browse files
committed
fix: minio
1 parent 5a3b60b commit bca8889

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/pipelines/scripts/functions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ cd_to_scratch(){
3232

3333
download_mc(){
3434
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" && \
35+
MINIO_CLIENT_URL="${MINIO_CLIENT_URL:-https://dl.min.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2025-04-16T18-13-26Z}"
36+
curl -s -L "${MINIO_CLIENT_URL}" -o "${BIN_DIR}/mc" && \
3737
chmod +x "${BIN_DIR}/mc"
3838
}
3939

0 commit comments

Comments
 (0)