Problem/Motivation
No CI scripts for the module.
Steps to reproduce
None.
Proposed resolution
Implement Drupal CI into the module.
Remaining tasks
Configure .gitlab-ci.yml using Drupal templates.
User interface changes
None.
API changes
None.
Data model changes
None.
Issue fork cloudinary-3555930
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 #3
sadovmax commentedI implemented CI in PR, and it works as expected.
Comment #4
o_timoshchuk commentedComment #5
o_timoshchuk commentedI have confirmed that GitLab CI was successfully configured. The merge request has been reviewed and is ready to be merged.
Comment #7
grask0 commentedThanks!