Skip to content

Commit ad45665

Browse files
committed
IBX-10495: [Backport] Relaxed pattern for put index template step (4.6)
1 parent 0992f8e commit ad45665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/4.6.x-dev/prepare_project_edition.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ echo '> Clear cache & generate assets'
185185
docker compose --env-file=.env exec -T --user www-data app sh -c "composer run post-install-cmd --ansi"
186186

187187
echo '> Install data'
188-
if [[ "$COMPOSE_FILE" == *"elastic.yml"* ]]; then
188+
if [[ "$COMPOSE_FILE" == *"elastic"*.yml ]]; then
189189
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:elasticsearch:put-index-template"
190190
fi
191191
docker 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"

0 commit comments

Comments
 (0)