Skip to content

Commit

Permalink
skip db sync check because not all bundles are necessarily installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 13, 2019
1 parent 225cc26 commit c3757a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ if [ "$TOOLS" = "all" ] || [[ "$TOOLS" == *",doctrine-info,"* ]]; then
echo "Info: Doctrine Mappings"
php ${consoleCmd} doctrine:mapping:info
echo "Info: Doctrine Schema"
php ${consoleCmd} doctrine:schema:validate
php ${consoleCmd} doctrine:schema:validate --skip-sync
fi

if [ "$TOOLS" = "all" ] || [[ "$TOOLS" == *",phpcs,"* ]]; then
Expand Down

0 comments on commit c3757a9

Please sign in to comment.