Problem/Motivation

Add support for Gitlab-CI

Issue fork prlp-3433104

Command icon 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

BenStallings created an issue. See original summary.

benstallings’s picture

Status: Active » Needs review
norman.lol’s picture

Priority: Normal » Major
Status: Needs review » Needs work

This 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

norman.lol’s picture

Test 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.

norman.lol’s picture

Status: Needs work » Fixed
norman.lol’s picture

I fixed some syntax errors for Drupal 9 (PHP 7.4) and now all tests pass.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.