Skip to content

Commit

Permalink
task: action against solr 9
Browse files Browse the repository at this point in the history
  • Loading branch information
s.jovanoski committed Jan 1, 2024
1 parent 9419a37 commit 4f5136c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@ jobs:
steps:
- name: Copy configsets
run: docker exec $(docker ps -q --filter ancestor=solr:9) cp -rf /opt/solr/server/solr/configsets /var/solr/data/configsets
- name: Start Solr
run: docker exec $(docker ps -q --filter ancestor=solr:9) solr-foreground

- name: Copy configsets
run: docker cp -rf /opt/solr/server/solr/configsets $(docker ps -q --filter ancestor=solr:9):/var/solr/data/
- name: Start Solr
run: docker exec $(docker ps -q --filter ancestor=solr:9) solr-foreground
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 4f5136c

Please sign in to comment.