Skip to content

Commit ba89e0a

Browse files
committed
Merge branch '4.6'
2 parents 409ef79 + 3473b80 commit ba89e0a

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.* )
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"
@@ -296,5 +296,3 @@ else
296296
solr_cloud_upload_collection_configuration
297297
solr_cloud_create_collections
298298
fi
299-
300-

0 commit comments

Comments
 (0)