Skip to content

Commit dcdc80a

Browse files
committed
Adjust configset copy command for possible solr caching
1 parent 38e1cd0 commit dcdc80a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/config_solr.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ fi
1818
tar xzf $file
1919

2020
# copy in local configset in before starting
21-
cp -r ../solr_conf solr-${SOLR_VERSION}/server/solr/configsets/sandco
21+
mkdir solr-${SOLR_VERSION}/server/solr/configsets/sandco
22+
cp -r ../solr_conf/* solr-${SOLR_VERSION}/server/solr/configsets/sandco/
2223

2324
# Start the solr instance with all default settings
2425
echo "Starting solr..."

0 commit comments

Comments
 (0)