Skip to content

Commit 3c6c0fe

Browse files
committed
Merge branch '1.x' into 2.x
* 1.x: fixed Drupal script
2 parents c451535 + ed083c8 commit 3c6c0fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drupal_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ composer create-project --no-interaction drupal-composer/drupal-project:8.x-dev
1010
cd drupal-twig-test
1111
(cd vendor/twig && rm -rf twig && ln -sf $REPO twig)
1212
echo '$config["system.logging"]["error_level"] = "verbose";' >> web/sites/default/settings.php
13-
php ./web/core/scripts/drupal install --no-interaction demo_umami 2>/dev/null > output
13+
php ./web/core/scripts/drupal install --no-interaction demo_umami > output
1414
perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output
1515
source output
1616

0 commit comments

Comments
 (0)