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.
1 parent 572c6d4 commit bfa3f08Copy full SHA for bfa3f08
commands/web/symlink-project
@@ -14,6 +14,8 @@ export _WEB_ROOT=$DDEV_DOCROOT
14
cd "$DDEV_COMPOSER_ROOT" || exit
15
curl -OL https://git.drupalcode.org/project/gitlab_templates/-/raw/default-ref/scripts/symlink_project.php
16
17
+# Suppress a warning.
18
+export PROJECT_FILES=$(ls -A)
19
# Symlink name using underscores.
20
# @see https://www.drupal.org/docs/develop/creating-modules/naming-and-placing-your-drupal-module
21
php symlink_project.php "${DDEV_SITENAME//-/_}"
0 commit comments