File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ jobs:
249249 docker compose --env-file=.env exec -T app sh -c "composer recipes:install ibexa/compatibility-layer --force"
250250 docker compose --env-file=.env exec -T --user www-data app sh -c "composer run post-install-cmd"
251251
252- - if : inputs.multirepository && contains(inputs.setup, 'solr .yml')
252+ - if : inputs.multirepository && contains(inputs.setup, 'solr8 .yml')
253253 name : Set up multirepository build with Solr
254254 run : |
255255 cd ${HOME}/build/project
@@ -285,7 +285,7 @@ jobs:
285285 # Reinstall database using the new repository
286286 docker compose exec -T --user www-data app sh -c "php bin/console ibexa:install --no-interaction"
287287
288- - if : inputs.multirepository && !contains(inputs.setup, 'elastic.yml') && !contains(inputs.setup, 'solr .yml')
288+ - if : inputs.multirepository && !contains(inputs.setup, 'elastic.yml') && !contains(inputs.setup, 'solr8 .yml')
289289 name : Set up multirepository build with LSE
290290 run : |
291291 cd ${HOME}/build/project
You can’t perform that action at this time.
0 commit comments