Problem/Motivation
Drupal.org now supports Tugboat for automatically generating live previews for contrib merge requests:
https://www.drupal.org/docs/develop/git/using-git-to-contribute-to-drupa...
Steps to reproduce
N/A
Proposed resolution
Add the configuration necessary to provide Tugboat support for this project.
Remaining tasks
- Add a composer.json file
- Add a tugboat configuration file
User interface changes
N/A
API changes
N/A
Data model changes
N/A
Issue fork layout_builder_additions-3208104
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #6
rklawson commentedI added a composer.json file for the project, as well as a Tugboat configuration file.
After closing and reopening the Merge Request, I confirmed that the Tugboat Live Preview functionality was working:
https://mr3-zhucliblbmdavpsxvag37kyzd9dcsenm.tugboat.qa/
After authenticating into the live preview site, I was able to confirm that the Layout Builder Additions project and its dependencies were enabled.
Comment #9
rklawson commentedThis has been merged.
Comment #10
rklawson commented