Problem/Motivation
Add support for Gitlab-CI
Issue fork prepopulate-3433103
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:
Add support for Gitlab-CI
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
benstallings commentedComment #4
mradcliffeI reviewed the added .gitlab-ci.yml and inspected the pipeline run.
The unit tests pass, and I think any phpstan and phpcs issues can be resolved later. Also any opt-in to the next major would help, but that can be added later as well.
Comment #7
heddn