Skip to content
Snippets Groups Projects

Issue #3431984: Add Drupal Association's template .gitlab-ci.yml.

Merged Issue #3431984: Add Drupal Association's template .gitlab-ci.yml.

Closes #3431984

Merge request reports

Merge train pipeline #124837 passed with warnings

Merge train pipeline passed with warnings for 968ac995

Code Quality is loading
Test summary results are being parsed

Merged by Joe ParsonsJoe Parsons Mar 21, 2024 (Mar 21, 2024 7:27am UTC)

Loading

Pipeline #124841 passed with warnings

Pipeline passed with warnings for 968ac995 on 3.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
265 265 if (!$config_type) {
266 266 $config_type = 'system_simple';
267 267 }
268
269 if ($change_type == 'rename') {
270 $names = $storage_comparer->extractRenameNames($item_name);
271 $route_options = [
272 'source_name' => $names['old_name'],
273 'target_name' => $names['new_name'],
274 ];
275 }
276 else {
277 268 $route_options = ['source_name' => $item_name];
278 }
  • Joe Parsons added 1 commit

    added 1 commit

    Compare with previous version

  • Joe Parsons added 1 commit

    added 1 commit

    Compare with previous version

  • Joe Parsons started a merge train

    started a merge train

  • merged

  • Please register or sign in to reply
    Loading