File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11## The Issue
22
3- - #< issue number >
3+ - Fixes #REPLACE_ME_WITH_RELATED_ISSUE_NUMBER
44
55<!-- Provide a brief description of the issue. -->
66
77## How This PR Solves The Issue
88
9+ <!-- Describe the key change(s) in this PR that address the issue above. -->
10+
911## Manual Testing Instructions
1012
13+ <!-- If this PR changes logic, consider adding additional steps or context to the instructions below. -->
14+
1115``` bash
12- ddev add-on get https://github.com/< user > / < repo > /tarball/< branch >
16+ ddev add-on get https://github.com/ddev/ddev-solr /tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
1317ddev restart
1418```
1519
Original file line number Diff line number Diff line change 11# ddev-generated
22services :
33 solr :
4+ image : ${SOLR_BASE_IMAGE:-solr:9.6}-${DDEV_SITENAME}-built
45 build :
56 dockerfile_inline : |
67 ARG SOLR_BASE_IMAGE="scratch"
You can’t perform that action at this time.
0 commit comments