Skip to content

Commit

Permalink
OXDEV-9049 Switched to EE version and without demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatHameed committed Jan 13, 2025
1 parent 9e3975d commit 3de19c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions component-consistency-check-tool/b-7.3.x-root.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Flags possible:
# -e for shop edition. Possible values: CE/EE

edition='CE'
edition='EE'
while getopts e: flag; do
case "${flag}" in
e) edition=${OPTARG} ;;
Expand Down Expand Up @@ -44,7 +44,6 @@ docker compose exec php composer update --no-interaction

make up

$SCRIPT_PATH/../parts/shared/setup_database.sh

$SCRIPT_PATH/../parts/shared/setup_database.sh --no-demodata

$SCRIPT_PATH/../parts/shared/create_admin.sh

0 comments on commit 3de19c7

Please sign in to comment.