We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a5499 commit b3cfbc0Copy full SHA for b3cfbc0
.github/workflows/tests.yml
@@ -79,3 +79,4 @@ jobs:
79
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
80
# GitHub from turning off tests after 60 days
81
- uses: gautamkrishnar/keepalive-workflow@v1
82
+ if: matrix.ddev_version == 'stable'
install.yaml
@@ -8,5 +8,6 @@ project_files:
8
- docker-compose.solr.yaml
9
10
post_install_actions:
11
-- chmod +x solr/docker-entrypoint-initdb.d/solr-configupdate.sh
12
-
+ - |
+ #ddev-description:Make sure solr-configupdate.sh is executable
13
+ chmod +x solr/docker-entrypoint-initdb.d/solr-configupdate.sh
0 commit comments