Skip to content

Commit

Permalink
required 8.7 for Drupal tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 1, 2019
1 parent 3c6c0fe commit c2a7ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drupal_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ composer create-project --no-interaction drupal-composer/drupal-project:8.x-dev
cd drupal-twig-test
(cd vendor/twig && rm -rf twig && ln -sf $REPO twig)
echo '$config["system.logging"]["error_level"] = "verbose";' >> web/sites/default/settings.php
composer require drupal/core:8.7.x-dev webflo/drupal-core-require-dev:8.7.x-dev
php ./web/core/scripts/drupal install --no-interaction demo_umami > output
perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output
source output
Expand Down

0 comments on commit c2a7ac3

Please sign in to comment.