Commit fc10c27
authored
fix(ci): update MinIO client command syntax for download-product task (#693)
- Replace deprecated 'mc config host add' with 'mc alias set'
- Fixes CI pipeline failure caused by upstream MinIO client breaking change
The 'mc config' command was removed in minio/mc#5201, requiring
migration to 'mc alias set' syntax for newer MinIO client versions.
Resolves: CI pipeline failure in download-product task
Signed-off-by: Sanjit Mohanty <[email protected]>1 parent 06a6693 commit fc10c27
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments