Skip to content

Commit 44f31a4

Browse files
committed
WIP tweak solr core creation
1 parent 2b6026b commit 44f31a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
cd solr/config
116116
zip -1 -r solr_hyrax_config.zip ./*
117117
curl -H "Content-type:application/octet-stream" --data-binary @solr_hyrax_config.zip "http://localhost:8985/solr/admin/configs?action=UPLOAD&name=hyrax"
118-
curl "http://localhost:8985/solr/admin/collections?action=CREATE&name=hydra-test&numShards=1&collection.configName=hyrax"
118+
curl "http://localhost:8985/solr/admin/collections?action=CREATE&name=hydra-test&numShards=1"
119119
120120
- run:
121121
name: Run rspec in parallel

0 commit comments

Comments
 (0)