Skip to content

Commit ba341df

Browse files
Loop change position
1 parent bc37413 commit ba341df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/stable/prepare_project_edition.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ elif [[ $PROJECT_VERSION == *"v4.6"* ]]; then
6565
fi
6666
if [[ "$PROJECT_EDITION" == "commerce" ]]; then
6767
docker exec install_dependencies composer require ibexa/discounts:$PROJECT_VERSION ibexa/discounts-codes:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
68-
docker exec install_dependencies composer require ibexa/shopping-list:$PROJECT_VERSION --with-all-dependencies --no-scripts --ansi
6968
fi
7069
else
7170
echo "> Installing dependencies for v5"
7271
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
7373
fi
7474

7575
# Enable FriendsOfBehat SymfonyExtension in the Behat env

0 commit comments

Comments
 (0)