We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 409ef79 + 3473b80 commit ba89e0aCopy full SHA for ba89e0a
.github/init_solr.sh
@@ -46,7 +46,7 @@ download() {
46
case ${SOLR_VERSION} in
47
# PS!!: Append versions and don't remove old ones (except in major versions), used in integration tests from other packages!
48
7.7.* | 8.* )
49
- 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"
50
;;
51
*)
52
echo "Version '${SOLR_VERSION}' is not supported or not valid"
@@ -296,5 +296,3 @@ else
296
solr_cloud_upload_collection_configuration
297
solr_cloud_create_collections
298
fi
299
-
300
0 commit comments