File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ echo '> Clear cache & generate assets'
168168docker compose --env-file=.env exec -T --user www-data app sh -c " NODE_OPTIONS='--max-old-space-size=3072' composer run post-install-cmd --ansi"
169169
170170echo ' > Install data'
171- if [[ " $COMPOSE_FILE " == * " elastic.yml " * ]]; then
171+ if [[ " $COMPOSE_FILE " == * " elastic" * .yml ]]; then
172172 docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:elasticsearch:put-index-template"
173173fi
174174docker compose --env-file=.env exec -T --user www-data app sh -c " php /scripts/wait_for_db.php; php bin/console ibexa:install --skip-indexing --no-interaction"
Original file line number Diff line number Diff line change 9393fi
9494
9595echo ' > Install data'
96- if [[ " $COMPOSE_FILE " == * " elastic.yml " * ]]; then
96+ if [[ " $COMPOSE_FILE " == * " elastic" * .yml ]]; then
9797 docker compose --env-file=.env exec -T --user www-data app sh -c " php bin/console ibexa:elasticsearch:put-index-template"
9898fi
9999docker compose --env-file=.env exec -T --user www-data app sh -c " php /scripts/wait_for_db.php; php bin/console ibexa:install --skip-indexing --no-interaction"
You can’t perform that action at this time.
0 commit comments