Skip to content

Commit d118f3f

Browse files
Add edition commerce after CR
1 parent c09584a commit d118f3f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

bin/stable/prepare_project_edition.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,9 @@ elif [[ $PROJECT_VERSION == *"v4.6"* ]]; then
6969
else
7070
echo "> Installing dependencies for v5"
7171
docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION ibexa/docker:$PROJECT_VERSION ibexa/connector-anthropic:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
72-
docker exec install_dependencies composer require ibexa/shopping-list:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
72+
if [[ "$PROJECT_EDITION" == "commerce" ]]; then
73+
docker exec install_dependencies composer require ibexa/shopping-list:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
74+
fi
7375
fi
7476

7577
# Enable FriendsOfBehat SymfonyExtension in the Behat env

0 commit comments

Comments
 (0)