sort for generate-docs does not show latest tarball #189
Labels
priority: p1
Important issue which blocks shipping the next release. Will be fixed prior to next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
gsutil ls 'gs://docs-staging-v2/docfx-python*' | sort -u -t- -k5,5
used to return only the latest tarball but now it's picking up the following list:where most of these tarballs are the earliest tarballs and is causing issues when trying to parse the
docs.metadata
file from them. It should be returning at least close to the latest tarballs to ensuredocs.metadata
file is recent.The text was updated successfully, but these errors were encountered: