1
0
mirror of https://github.com/minio/docs.git synced 2025-12-05 20:02:06 +03:00

fix: fixes build with minio v3 metrics (#1511)

Don´t delete v3 metrics just pull previous commit.

fixes: https://github.com/minio/docs/issues/1510
This commit is contained in:
Georg Mangold
2025-12-02 17:06:47 +01:00
committed by GitHub
parent 9199857eae
commit bfdb0c00d9
2 changed files with 6 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ function main() {
# Get the full list
curl --retry 10 -Ls https://raw.githubusercontent.com/minio/minio/master/docs/metrics/v3.md | csplit - /"## Metric Categories"/
curl --retry 10 -Ls https://raw.githubusercontent.com/minio/minio/3a0cc6c86e6d0c500d8f1f508ffde8152efb8c7e/docs/metrics/v3.md | csplit - /"## Metric Categories"/
# Ignore xx00, contains intro text
# Overwritten in second csplit anyway