We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c451535 + ed083c8 commit 3c6c0feCopy full SHA for 3c6c0fe
drupal_test.sh
@@ -10,7 +10,7 @@ composer create-project --no-interaction drupal-composer/drupal-project:8.x-dev
10
cd drupal-twig-test
11
(cd vendor/twig && rm -rf twig && ln -sf $REPO twig)
12
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
+php ./web/core/scripts/drupal install --no-interaction demo_umami > output
14
perl -p -i -e 's/^([A-Za-z]+)\: (.+)$/export DRUPAL_\1=\2/' output
15
source output
16
0 commit comments