Skip to content

Commit

Permalink
Skip '.git' directory when considering "versions"
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincunx271 committed Jan 4, 2021
1 parent 12b59cd commit 81a6177
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/update-version-selector-js.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

# We explicitly want this at the front of the list, so remove for now
versions.remove('main')
versions.remove('.git')
versions = sorted(
versions,
key=functools.cmp_to_key(semver.compare),
Expand Down

0 comments on commit 81a6177

Please sign in to comment.