Problem/Motivation
Add support for Gitlab-CI
Issue fork prlp-3433104
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
norman.lolThis is very much needed, thank you!
But I don't see the functional tests running.The .gitlab-ci.yml file also still contains to much noise from the template.Tasks:
* Make functional tests run* Remove unnunnecessary comments from .gitlab-ci.yml
Comment #5
norman.lolTest was failing because it didn't like the trailing comma in the parameters, which is only available since PHP 8. CI seems to run on an older PHP version.
Comment #7
norman.lolComment #8
norman.lolI fixed some syntax errors for Drupal 9 (PHP 7.4) and now all tests pass.