We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edb630 commit 6d0d68aCopy full SHA for 6d0d68a
.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.[5-8].* | 8.11.* )
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"
@@ -292,5 +292,3 @@ else
292
solr_cloud_upload_collection_configuration
293
solr_cloud_create_collections
294
fi
295
-
296
0 commit comments