vanderby / SonarQube-AzureAppService

Instructions and files to host SonarQube on an Azure App Service without a container.
MIT License
90 stars 165 forks source link

Grab the last link in zip files #38

Closed BChip closed 4 years ago

BChip commented 4 years ago

Zip files is already sorted. The last item will be the latest version of sonarqube. The previous sort is assuming the versioning will always follow the same naming scheme. It is safer to assume the last item is the latest item.

Fix #37