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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user