Skip to content

Commit b3cfbc0

Browse files
authored
Minor maintenance - add #ddev-description (#10)
1 parent 14a5499 commit b3cfbc0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,4 @@ jobs:
7979
# keepalive-workflow adds a dummy commit if there's no other action here, keeps
8080
# GitHub from turning off tests after 60 days
8181
- uses: gautamkrishnar/keepalive-workflow@v1
82+
if: matrix.ddev_version == 'stable'

install.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ project_files:
88
- docker-compose.solr.yaml
99

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

0 commit comments

Comments
 (0)