Skip to content

Commit

Permalink
Merge pull request #29 from pagantis/INT-777
Browse files Browse the repository at this point in the history
Solve library dependencies
  • Loading branch information
pgarcess committed Nov 13, 2019
2 parents 44289a4 + ee69393 commit b148775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate.sh
Expand Up @@ -38,6 +38,8 @@ then
docker-compose exec -u www-data ${container} php /var/www/html/bin/magento \
module:enable Pagantis_Pagantis --clear-static-content
docker-compose exec -u www-data ${container} composer install -d /var/www/html/app/code/Pagantis/Pagantis
docker-compose exec -u www-data ${container} composer require "pagantis/orders-api-client"
docker-compose exec -u www-data ${container} composer require "pagantis/module-utils"
else
package="dev-master"
if [ ! -z "$TRAVIS_PULL_REQUEST_BRANCH" ]
Expand Down

0 comments on commit b148775

Please sign in to comment.