Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.5' into 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Jan 5, 2022
2 parents 8c05e46 + aaab313 commit 202b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/.travis/trusty/setup_ezplatform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ echo '> Change ownership of files inside docker container'
docker-compose exec app sh -c 'chown -R www-data:www-data /var/www'

echo '> Install data'
docker-compose exec --user www-data app sh -c "php /scripts/wait_for_db.php; composer ezplatform-install"
docker-compose exec --user www-data app sh -c "php /scripts/wait_for_db.php; composer --no-interaction ezplatform-install"

echo '> Done, ready to run tests'

0 comments on commit 202b028

Please sign in to comment.