We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6026b commit 44f31a4Copy full SHA for 44f31a4
.circleci/config.yml
@@ -115,7 +115,7 @@ jobs:
115
cd solr/config
116
zip -1 -r solr_hyrax_config.zip ./*
117
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"
+ curl "http://localhost:8985/solr/admin/collections?action=CREATE&name=hydra-test&numShards=1"
119
120
- run:
121
name: Run rspec in parallel
0 commit comments