Skip to content
Snippets Groups Projects

Add .gitlab-ci.yml from standard template

Merged Benji Fisher requested to merge issue/serial-3423696:3423696-gitlab-ci-testing into 2.0.x
1 unresolved thread

Closes #3423696

Merge request reports

Merge request pipeline passed for abd26a65

Approval is optional
Code Quality is loading
Test summary results are being parsed

Merged by Benji FisherBenji Fisher 1 year ago (Mar 1, 2024 1:58am UTC)

Merge details

  • Changes merged into 2.0.x with 05228176 (commits were squashed).
  • Did not delete the source branch.

Pipeline #107529 passed

Pipeline passed for 05228176 on 2.0.x

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
95 96 function theme_serial_default(array $variables) {
96 97 return $variables['serial_id'];
97 98 }
99
100 /**
101 * Implements hook_field_info_alter().
102 *
103 * @todo Remove once minimum version supported is at least 10.2.0.
104 */
105 function serial_field_info_alter(array &$info): void {
  • merged

  • Please register or sign in to reply
    Loading