Issue #3431984: Add Drupal Association's template .gitlab-ci.yml.
1 open thread
Closes #3431984
Merge request reports
Activity
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 }
Please register or sign in to reply