Skip to content

Commit 6d0d68a

Browse files
committed
Fixed distribution link forcing https redirection
1 parent 8edb630 commit 6d0d68a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/init_solr.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ download() {
4646
case ${SOLR_VERSION} in
4747
# PS!!: Append versions and don't remove old ones (except in major versions), used in integration tests from other packages!
4848
7.7.* | 8.[5-8].* | 8.11.* )
49-
url="http://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz"
49+
url="https://archive.apache.org/dist/lucene/solr/${SOLR_VERSION}/solr-${SOLR_VERSION}.tgz"
5050
;;
5151
*)
5252
echo "Version '${SOLR_VERSION}' is not supported or not valid"
@@ -292,5 +292,3 @@ else
292292
solr_cloud_upload_collection_configuration
293293
solr_cloud_create_collections
294294
fi
295-
296-

0 commit comments

Comments
 (0)