Skip to content

Commit

Permalink
Fixed distribution link forcing https redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p authored Mar 26, 2024
1 parent 8edb630 commit 6ddce40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/init_solr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ download() {
case ${SOLR_VERSION} in
# PS!!: Append versions and don't remove old ones (except in major versions), used in integration tests from other packages!
7.7.* | 8.[5-8].* | 8.11.* )
url="http://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz"
url="https://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz"
;;
*)
echo "Version '${SOLR_VERSION}' is not supported or not valid"
Expand Down Expand Up @@ -292,5 +292,3 @@ else
solr_cloud_upload_collection_configuration
solr_cloud_create_collections
fi


0 comments on commit 6ddce40

Please sign in to comment.