Skip to content

Commit

Permalink
Minor maintenance - add #ddev-description (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay authored Dec 10, 2022
1 parent 14a5499 commit b3cfbc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,4 @@ jobs:
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
# GitHub from turning off tests after 60 days
- uses: gautamkrishnar/keepalive-workflow@v1
if: matrix.ddev_version == 'stable'
5 changes: 3 additions & 2 deletions install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ project_files:
- docker-compose.solr.yaml

post_install_actions:
- chmod +x solr/docker-entrypoint-initdb.d/solr-configupdate.sh

- |
#ddev-description:Make sure solr-configupdate.sh is executable
chmod +x solr/docker-entrypoint-initdb.d/solr-configupdate.sh

0 comments on commit b3cfbc0

Please sign in to comment.