Skip to content

Commit

Permalink
Execute the recipes of added dependency (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon authored Dec 11, 2023
1 parent 2a9087c commit 904ab3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/4.5.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ docker exec install_dependencies git config --global --add safe.directory /var/w

# Execute recipes
docker exec install_dependencies composer recipes:install ibexa/${PROJECT_EDITION} --force --reset --ansi
docker exec install_dependencies composer recipes:install ${DEPENDENCY_PACKAGE_NAME} --force --reset --ansi

# Enable FriendsOfBehat SymfonyExtension in the Behat env
sudo sed -i "s/\['test' => true\]/\['test' => true, 'behat' => true\]/g" config/bundles.php
Expand Down
1 change: 1 addition & 0 deletions bin/4.6.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ docker exec install_dependencies git config --global --add safe.directory /var/w

# Execute recipes
docker exec install_dependencies composer recipes:install ibexa/${PROJECT_EDITION} --force --reset --ansi
docker exec install_dependencies composer recipes:install ${DEPENDENCY_PACKAGE_NAME} --force --reset --ansi

# Install Behat and Docker packages
docker exec install_dependencies composer require ibexa/behat:$PROJECT_VERSION ibexa/docker:$PROJECT_VERSION --no-scripts --ansi --no-update
Expand Down
1 change: 1 addition & 0 deletions bin/^3.3.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ docker exec install_dependencies git config --global --add safe.directory /var/w

# Execute recipes
docker exec install_dependencies composer recipes:install ibexa/${PROJECT_EDITION} --force --reset --ansi
docker exec install_dependencies composer recipes:install ${DEPENDENCY_PACKAGE_NAME} --force --reset --ansi

# Enable FriendsOfBehat SymfonyExtension in the Behat env
sudo sed -i "s/\['test' => true\]/\['test' => true, 'behat' => true\]/g" config/bundles.php
Expand Down

0 comments on commit 904ab3d

Please sign in to comment.