Skip to content

Commit

Permalink
Add skeleton config/bundles.php after composer install to preserve it
Browse files Browse the repository at this point in the history
  • Loading branch information
andytson-inviqa committed Feb 22, 2023
1 parent f9f010d commit 8eee78d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/akeneo/harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ attributes:
- task assets:dump
init:
steps:
- "! [ -e config/bundles.harness.php ] || run mv config/bundles.harness.php config/bundles.php"
- passthru bin/console doctrine:migrations:migrate --no-interaction --allow-no-migration
- task http:wait "${ELASTICSEARCH_URL:-${ELASTICSEARCH_SCHEME:-http}://${ELASTICSEARCH_HOST}:${ELASTICSEARCH_PORT}}" ${ELASTICSEARCH_USERNAME:+--user "${ELASTICSEARCH_USERNAME}:${ELASTICSEARCH_PASSWORD}"}
- run bin/console akeneo:elasticsearch:reset-indexes --no-interaction
Expand Down

0 comments on commit 8eee78d

Please sign in to comment.