Active
Project:
DrupalPod
Component:
Gitpod
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2024 at 14:15 UTC
Updated:
8 Jul 2024 at 17:49 UTC
Jump to comment: Most recent
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.
ddev exec php ./web/core/scripts/drupal generate-theme beesknees
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.
Comments
Comment #2
shaal@mradcliffe do you know if this problem exist also in https://github.com/joachim-n/drupal-core-development-project ?
Comment #3
mradcliffeI don't know for sure, but that is where my initial thought about it was. I noticed the symlinks in the shell scripts for DrupalPod, which I think came from joachim's approach, right?