Skip to content

Commit

Permalink
#1125 Fix download URL for SOLR 7.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
j3nsch committed Oct 26, 2023
1 parent 48119b4 commit 4a0c2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bin/install_solr_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SOLR_VERSION="$version"

# Download Solr version
if [[ "$version" =~ ^[1-8]\.[0-9]+\.[0-9]+$ ]]; then
SOLR_URL="https://archive.apache.org/dist/lucene/solr/${solrVersion}/solr-${solrVersion}.tgz"
SOLR_URL="https://archive.apache.org/dist/lucene/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz"
elif [[ "$version" =~ ^(9|[1-9][0-9]+)\.[0-9]+\.[0-9]+$ ]]; then # new archive URL for versions >9.0.0
SOLR_URL="https://www.apache.org/dyn/closer.lua/solr/solr/$SOLR_VERSION/solr-$SOLR_VERSION.tgz?action=download"
else
Expand Down

0 comments on commit 4a0c2d5

Please sign in to comment.