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.
1 unresolved thread
1 unresolved thread

Closes #3431984

Merge request reports

Loading
Loading

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