commands like generate-theme use repos/drupal directory rather than web directory

Created on 5 July 2024, 3 months ago
Updated 8 July 2024, 3 months ago

Problem/Motivation

The symlink resolves or tries to resolve when running console command like generate-theme, which may cause an error or create directories unexpectedly.

This may not be solvable with symlinks.

Steps to reproduce

  1. Visit https://gitpod.io/new/#https://git.drupalcode.org/project/drupalpod
  2. Press Continue and wait until DrupalPod finishes
  3. Run ddev exec php ./web/core/scripts/drupal generate-theme beesknees
    • A file or directory not found error is thrown
    • Run php ./web/core/scripts/drupal generate-theme beesknees outside of the container shows that the repos/drupal/themes/beesknees directory is created rather than expect web/themes/beesknees.

Proposed resolution

Remaining tasks

πŸ› Bug report
Status

Active

Component

Gitpod

Created by

πŸ‡ΊπŸ‡ΈUnited States mradcliffe USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024