Skip to content

Commit

Permalink
Adjust path
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Jan 24, 2025
1 parent 357fa32 commit 3955ed0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,11 @@ jobs:
run: |
psql -c 'create database hyrax_test with owner hyrax;'
- name: Create directory for Solr ConfigSet in container
run: docker exec solr_container mkdir -p /opt/solr/server/solr/configsets/hy-c/conf

- name: Copy Solr Config into container
run: docker cp ./solr/config solr_container:/opt/solr/server/solr/configsets/hy-c
run: docker cp ./solr/config solr_container:/opt/solr/server/solr/configsets/hy-c/conf

- name: Create Solr core
run: docker exec solr_container solr create_core -c hydra-test -d hy-c
Expand Down

0 comments on commit 3955ed0

Please sign in to comment.