Closed shaal closed 9 months ago
Open the branch in Web Editor • VS Code • Insiders
Open Preview
The change addresses an issue where Composer was prompting for user input during the setup of DrupalPod, which could disrupt automated processes. By adding the --no-interaction
flag to the Composer command, the script now ensures that Composer will run non-interactively, avoiding any prompts that could halt the setup process.
File Path | Change Summary |
---|---|
.gitpod/drupal/drupalpod-setup/drupal_setup_contrib.sh |
Added --no-interaction flag to the Composer require command to prevent interactive prompts. |
Objective | Addressed | Explanation |
---|---|---|
Ensure Composer runs without user input during DrupalPod setup (#142) | ✅ | The addition of --no-interaction to the Composer command ensures that it runs without asking for user input. |
In the land of code where the DrupalPods grow,
A silent Composer now runs the show.
No prompts to disturb, no stops on the way,
A 🐇 hops along, "Merge and deploy," it brays! 🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
fixes #142
Summary by CodeRabbit